Instance.Builder |
Instance.Builder.availabilityZone(String availabilityZone) |
The Availability Zone in which the instance is running.
|
static Instance.Builder |
Instance.builder() |
|
Instance.Builder |
Instance.Builder.healthStatus(String healthStatus) |
The last reported health status of the instance.
|
Instance.Builder |
Instance.Builder.instanceId(String instanceId) |
The ID of the instance.
|
Instance.Builder |
Instance.Builder.instanceType(String instanceType) |
The instance type of the EC2 instance.
|
Instance.Builder |
Instance.Builder.launchConfigurationName(String launchConfigurationName) |
The launch configuration associated with the instance.
|
default Instance.Builder |
Instance.Builder.launchTemplate(Consumer<LaunchTemplateSpecification.Builder> launchTemplate) |
The launch template for the instance.
|
Instance.Builder |
Instance.Builder.launchTemplate(LaunchTemplateSpecification launchTemplate) |
The launch template for the instance.
|
Instance.Builder |
Instance.Builder.lifecycleState(String lifecycleState) |
A description of the current lifecycle state.
|
Instance.Builder |
Instance.Builder.lifecycleState(LifecycleState lifecycleState) |
A description of the current lifecycle state.
|
Instance.Builder |
Instance.Builder.protectedFromScaleIn(Boolean protectedFromScaleIn) |
Indicates whether the instance is protected from termination by Amazon EC2 Auto Scaling when scaling in.
|
Instance.Builder |
Instance.toBuilder() |
|
Instance.Builder |
Instance.Builder.weightedCapacity(String weightedCapacity) |
The number of capacity units contributed by the instance based on its instance type.
|