Uses of Interface
software.amazon.awssdk.services.ec2.model.InstanceStateChange.Builder
Packages that use InstanceStateChange.Builder
-
Uses of InstanceStateChange.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceStateChange.BuilderModifier and TypeMethodDescriptionstatic InstanceStateChange.BuilderInstanceStateChange.builder()default InstanceStateChange.BuilderInstanceStateChange.Builder.currentState(Consumer<InstanceState.Builder> currentState) The current state of the instance.InstanceStateChange.Builder.currentState(InstanceState currentState) The current state of the instance.InstanceStateChange.Builder.instanceId(String instanceId) The ID of the instance.default InstanceStateChange.BuilderInstanceStateChange.Builder.previousState(Consumer<InstanceState.Builder> previousState) The previous state of the instance.InstanceStateChange.Builder.previousState(InstanceState previousState) The previous state of the instance.InstanceStateChange.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceStateChange.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InstanceStateChange.Builder>InstanceStateChange.serializableBuilderClass()