Uses of Interface
software.amazon.awssdk.services.ec2.model.InstanceEventWindowStateChange.Builder
Packages that use InstanceEventWindowStateChange.Builder
-
Uses of InstanceEventWindowStateChange.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceEventWindowStateChange.BuilderModifier and TypeMethodDescriptionInstanceEventWindowStateChange.builder()InstanceEventWindowStateChange.Builder.instanceEventWindowId(String instanceEventWindowId) The ID of the event window.The current state of the event window.InstanceEventWindowStateChange.Builder.state(InstanceEventWindowState state) The current state of the event window.InstanceEventWindowStateChange.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceEventWindowStateChange.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InstanceEventWindowStateChange.Builder>InstanceEventWindowStateChange.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceEventWindowStateChange.BuilderModifier and TypeMethodDescriptionDeleteInstanceEventWindowResponse.Builder.instanceEventWindowState(Consumer<InstanceEventWindowStateChange.Builder> instanceEventWindowState) The state of the event window.