Uses of Interface
software.amazon.awssdk.services.ec2.model.ActiveInstance.Builder
Packages that use ActiveInstance.Builder
-
Uses of ActiveInstance.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ActiveInstance.BuilderModifier and TypeMethodDescriptionstatic ActiveInstance.BuilderActiveInstance.builder()ActiveInstance.Builder.instanceHealth(String instanceHealth) The health status of the instance.ActiveInstance.Builder.instanceHealth(InstanceHealthStatus instanceHealth) The health status of the instance.ActiveInstance.Builder.instanceId(String instanceId) The ID of the instance.ActiveInstance.Builder.instanceType(String instanceType) The instance type.ActiveInstance.Builder.spotInstanceRequestId(String spotInstanceRequestId) The ID of the Spot Instance request.ActiveInstance.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ActiveInstance.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ActiveInstance.Builder>ActiveInstance.serializableBuilderClass()