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
Modifier and TypeMethodDescriptioninstanceEventWindowId(String instanceEventWindowId) The ID of the event window.The current state of the event window.state(InstanceEventWindowState state) The current state of the event window.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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
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:
 
 - 
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:
 
 
 -