@Generated(value="software.amazon.awssdk:codegen") public final class Instance extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Instance.Builder,Instance>
Describes an EC2 instance.
Modifier and Type | Class and Description |
---|---|
static interface |
Instance.Builder |
Modifier and Type | Method and Description |
---|---|
String |
availabilityZone()
The Availability Zone in which the instance is running.
|
static Instance.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
healthStatus()
The last reported health status of the instance.
|
String |
instanceId()
The ID of the instance.
|
String |
launchConfigurationName()
The launch configuration associated with the instance.
|
LaunchTemplateSpecification |
launchTemplate()
The launch template for the instance.
|
LifecycleState |
lifecycleState()
A description of the current lifecycle state.
|
String |
lifecycleStateAsString()
A description of the current lifecycle state.
|
Boolean |
protectedFromScaleIn()
Indicates whether the instance is protected from termination by Amazon EC2 Auto Scaling when scaling in.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Instance.Builder> |
serializableBuilderClass() |
Instance.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String instanceId()
The ID of the instance.
public String availabilityZone()
The Availability Zone in which the instance is running.
public LifecycleState lifecycleState()
A description of the current lifecycle state. The Quarantined
state is not used.
If the service returns an enum value that is not available in the current SDK version, lifecycleState
will return LifecycleState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from lifecycleStateAsString()
.
Quarantined
state is not used.LifecycleState
public String lifecycleStateAsString()
A description of the current lifecycle state. The Quarantined
state is not used.
If the service returns an enum value that is not available in the current SDK version, lifecycleState
will return LifecycleState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from lifecycleStateAsString()
.
Quarantined
state is not used.LifecycleState
public String healthStatus()
The last reported health status of the instance. "Healthy" means that the instance is healthy and should remain in service. "Unhealthy" means that the instance is unhealthy and that Amazon EC2 Auto Scaling should terminate and replace it.
public String launchConfigurationName()
The launch configuration associated with the instance.
public LaunchTemplateSpecification launchTemplate()
The launch template for the instance.
public Boolean protectedFromScaleIn()
Indicates whether the instance is protected from termination by Amazon EC2 Auto Scaling when scaling in.
public Instance.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Instance.Builder,Instance>
public static Instance.Builder builder()
public static Class<? extends Instance.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.