@Generated(value="software.amazon.awssdk:codegen") public class ActiveInstance extends Object implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ActiveInstance.Builder,ActiveInstance>
Describes a running instance in a Spot fleet.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ActiveInstance.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ActiveInstance.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
instanceHealth()
The health status of the instance.
|
String |
instanceId()
The ID of the instance.
|
String |
instanceType()
The instance type.
|
static Class<? extends ActiveInstance.Builder> |
serializableBuilderClass() |
String |
spotInstanceRequestId()
The ID of the Spot instance request.
|
ActiveInstance.Builder |
toBuilder() |
String |
toString() |
public String instanceId()
The ID of the instance.
public String instanceType()
The instance type.
public String spotInstanceRequestId()
The ID of the Spot instance request.
public String instanceHealth()
The health status of the instance. If the status of either the instance status check or the system status check
is impaired, the health status of the instance is unhealthy. Otherwise, the health
status is healthy.
impaired, the health status of the instance is unhealthy. Otherwise,
the health status is healthy.InstanceHealthStatuspublic ActiveInstance.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ActiveInstance.Builder,ActiveInstance>public static ActiveInstance.Builder builder()
public static Class<? extends ActiveInstance.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.