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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ByoipCidrEvent.Buildermessage(String message)A string that contains anEventmessage 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).ByoipCidrEvent.Buildertimestamp(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 Detail
-
message
ByoipCidrEvent.Builder message(String message)
A string that contains an
Eventmessage 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 anEventmessage 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.
-
-