Uses of Interface
software.amazon.awssdk.services.ec2.model.InstanceState.Builder
Packages that use InstanceState.Builder
-
Uses of InstanceState.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceState.BuilderModifier and TypeMethodDescriptionstatic InstanceState.BuilderInstanceState.builder()The state of the instance as a 16-bit unsigned integer.The current state of the instance.InstanceState.Builder.name(InstanceStateName name) The current state of the instance.InstanceState.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceState.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InstanceState.Builder>InstanceState.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceState.BuilderModifier and TypeMethodDescriptiondefault InstanceStateChange.BuilderInstanceStateChange.Builder.currentState(Consumer<InstanceState.Builder> currentState) The current state of the instance.default InstanceStatus.BuilderInstanceStatus.Builder.instanceState(Consumer<InstanceState.Builder> instanceState) The intended state of the instance.default InstanceStateChange.BuilderInstanceStateChange.Builder.previousState(Consumer<InstanceState.Builder> previousState) The previous state of the instance.default Instance.BuilderInstance.Builder.state(Consumer<InstanceState.Builder> state) The current state of the instance.default InstanceImageMetadata.BuilderInstanceImageMetadata.Builder.state(Consumer<InstanceState.Builder> state) The current state of the instance.