Interface AcceleratorEvent.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AcceleratorEvent.Builder,AcceleratorEvent>,SdkBuilder<AcceleratorEvent.Builder,AcceleratorEvent>,SdkPojo
- Enclosing class:
- AcceleratorEvent
public static interface AcceleratorEvent.Builder extends SdkPojo, CopyableBuilder<AcceleratorEvent.Builder,AcceleratorEvent>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AcceleratorEvent.Buildermessage(String message)A string that contains anEventmessage describing changes or errors when you update an accelerator in Global Accelerator from IPv4 to dual-stack, or dual-stack to IPv4.AcceleratorEvent.Buildertimestamp(Instant timestamp)A timestamp for when you update an accelerator in Global Accelerator from IPv4 to dual-stack, or dual-stack to IPv4.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
message
AcceleratorEvent.Builder message(String message)
A string that contains an
Eventmessage describing changes or errors when you update an accelerator in Global Accelerator from IPv4 to dual-stack, or dual-stack to IPv4.- Parameters:
message- A string that contains anEventmessage describing changes or errors when you update an accelerator in Global Accelerator from IPv4 to dual-stack, or dual-stack to IPv4.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timestamp
AcceleratorEvent.Builder timestamp(Instant timestamp)
A timestamp for when you update an accelerator in Global Accelerator from IPv4 to dual-stack, or dual-stack to IPv4.
- Parameters:
timestamp- A timestamp for when you update an accelerator in Global Accelerator from IPv4 to dual-stack, or dual-stack to IPv4.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-