Interface ByoipCidrEvent.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ByoipCidrEvent.Builder,ByoipCidrEvent>, SdkBuilder<ByoipCidrEvent.Builder,ByoipCidrEvent>, SdkPojo
Enclosing class:
ByoipCidrEvent

public static interface ByoipCidrEvent.Builder extends SdkPojo, CopyableBuilder<ByoipCidrEvent.Builder,ByoipCidrEvent>
  • Method Summary

    Modifier and Type
    Method
    Description
    message(String message)
    A string that contains an Event message describing changes that you make in the status of an IP address range that you bring to Global Accelerator through bring your own IP address (BYOIP).
    timestamp(Instant timestamp)
    A timestamp for when you make a status change for an IP address range that you bring to Global Accelerator through bring your own IP address (BYOIP).

    Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder

    copy

    Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder

    applyMutation, build

    Methods inherited from interface software.amazon.awssdk.core.SdkPojo

    equalsBySdkFields, sdkFields
  • Method Details

    • message

      ByoipCidrEvent.Builder message(String message)

      A string that contains an Event message describing changes that you make in the status of an IP address range that you bring to Global Accelerator through bring your own IP address (BYOIP).

      Parameters:
      message - A string that contains an Event message describing changes that you make in the status of an IP address range that you bring to Global Accelerator through bring your own IP address (BYOIP).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • timestamp

      ByoipCidrEvent.Builder timestamp(Instant timestamp)

      A timestamp for when you make a status change for an IP address range that you bring to Global Accelerator through bring your own IP address (BYOIP).

      Parameters:
      timestamp - A timestamp for when you make a status change for an IP address range that you bring to Global Accelerator through bring your own IP address (BYOIP).
      Returns:
      Returns a reference to this object so that method calls can be chained together.