public static interface ActiveInstance.Builder extends SdkPojo, CopyableBuilder<ActiveInstance.Builder,ActiveInstance>
Modifier and Type | Method and Description |
---|---|
ActiveInstance.Builder |
instanceHealth(InstanceHealthStatus instanceHealth)
The health status of the instance.
|
ActiveInstance.Builder |
instanceHealth(String instanceHealth)
The health status of the instance.
|
ActiveInstance.Builder |
instanceId(String instanceId)
The ID of the instance.
|
ActiveInstance.Builder |
instanceType(String instanceType)
The instance type.
|
ActiveInstance.Builder |
spotInstanceRequestId(String spotInstanceRequestId)
The ID of the Spot Instance request.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ActiveInstance.Builder instanceId(String instanceId)
The ID of the instance.
instanceId
- The ID of the instance.ActiveInstance.Builder instanceType(String instanceType)
The instance type.
instanceType
- The instance type.ActiveInstance.Builder spotInstanceRequestId(String spotInstanceRequestId)
The ID of the Spot Instance request.
spotInstanceRequestId
- The ID of the Spot Instance request.ActiveInstance.Builder instanceHealth(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
.
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
.InstanceHealthStatus
,
InstanceHealthStatus
ActiveInstance.Builder instanceHealth(InstanceHealthStatus 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
.
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
.InstanceHealthStatus
,
InstanceHealthStatus
Copyright © 2019. All rights reserved.