Interface AcceleratorEvent.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AcceleratorEvent.Builder,
,AcceleratorEvent> SdkBuilder<AcceleratorEvent.Builder,
,AcceleratorEvent> SdkPojo
- Enclosing class:
AcceleratorEvent
@Mutable
@NotThreadSafe
public static interface AcceleratorEvent.Builder
extends SdkPojo, CopyableBuilder<AcceleratorEvent.Builder,AcceleratorEvent>
-
Method Summary
Modifier and TypeMethodDescriptionA string that contains anEvent
message describing changes or errors when you update an accelerator in Global Accelerator from IPv4 to dual-stack, or dual-stack to IPv4.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 Details
-
message
A string that contains an
Event
message 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 anEvent
message 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
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.
-