Interface InstanceEventWindowStateChange.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InstanceEventWindowStateChange.Builder,InstanceEventWindowStateChange>,SdkBuilder<InstanceEventWindowStateChange.Builder,InstanceEventWindowStateChange>,SdkPojo
- Enclosing class:
- InstanceEventWindowStateChange
public static interface InstanceEventWindowStateChange.Builder extends SdkPojo, CopyableBuilder<InstanceEventWindowStateChange.Builder,InstanceEventWindowStateChange>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstanceEventWindowStateChange.BuilderinstanceEventWindowId(String instanceEventWindowId)The ID of the event window.InstanceEventWindowStateChange.Builderstate(String state)The current state of the event window.InstanceEventWindowStateChange.Builderstate(InstanceEventWindowState state)The current state of the event window.-
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
-
instanceEventWindowId
InstanceEventWindowStateChange.Builder instanceEventWindowId(String instanceEventWindowId)
The ID of the event window.
- Parameters:
instanceEventWindowId- The ID of the event window.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
InstanceEventWindowStateChange.Builder state(String state)
The current state of the event window.
- Parameters:
state- The current state of the event window.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InstanceEventWindowState,InstanceEventWindowState
-
state
InstanceEventWindowStateChange.Builder state(InstanceEventWindowState state)
The current state of the event window.
- Parameters:
state- The current state of the event window.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InstanceEventWindowState,InstanceEventWindowState
-
-