@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) |
boolean |
equalsBySdkFields(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 |
instanceType()
The instance type of the EC2 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() |
String |
toString()
Returns a string representation of this object.
|
String |
weightedCapacity()
The number of capacity units contributed by the instance based on its instance type.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String instanceId()
The ID of the instance.
public final String instanceType()
The instance type of the EC2 instance.
public final String availabilityZone()
The Availability Zone in which the instance is running.
public final LifecycleState lifecycleState()
A description of the current lifecycle state. The Quarantined state is not used. For information
about lifecycle states, see Instance
lifecycle in the Amazon EC2 Auto Scaling User Guide.
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. For
information about lifecycle states, see Instance
lifecycle in the Amazon EC2 Auto Scaling User Guide.LifecycleStatepublic final String lifecycleStateAsString()
A description of the current lifecycle state. The Quarantined state is not used. For information
about lifecycle states, see Instance
lifecycle in the Amazon EC2 Auto Scaling User Guide.
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. For
information about lifecycle states, see Instance
lifecycle in the Amazon EC2 Auto Scaling User Guide.LifecycleStatepublic final 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 final String launchConfigurationName()
The launch configuration associated with the instance.
public final LaunchTemplateSpecification launchTemplate()
The launch template for the instance.
public final Boolean protectedFromScaleIn()
Indicates whether the instance is protected from termination by Amazon EC2 Auto Scaling when scaling in.
public final String weightedCapacity()
The number of capacity units contributed by the instance based on its instance type.
Valid Range: Minimum value of 1. Maximum value of 999.
Valid Range: Minimum value of 1. Maximum value of 999.
public Instance.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Instance.Builder,Instance>public static Instance.Builder builder()
public static Class<? extends Instance.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.