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