| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
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.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(LifecycleState lifecycleState)
A description of the current lifecycle state.
|
Instance.Builder |
Instance.Builder.lifecycleState(String 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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Instance.Builder> |
Instance.serializableBuilderClass() |
Copyright © 2018. All rights reserved.