public static interface InstanceStatusDetails.Builder extends SdkPojo, CopyableBuilder<InstanceStatusDetails.Builder,InstanceStatusDetails>
Modifier and Type | Method and Description |
---|---|
InstanceStatusDetails.Builder |
impairedSince(Instant impairedSince)
The time when a status check failed.
|
InstanceStatusDetails.Builder |
name(StatusName name)
The type of instance status.
|
InstanceStatusDetails.Builder |
name(String name)
The type of instance status.
|
InstanceStatusDetails.Builder |
status(StatusType status)
The status.
|
InstanceStatusDetails.Builder |
status(String status)
The status.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
InstanceStatusDetails.Builder impairedSince(Instant impairedSince)
The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched.
impairedSince
- The time when a status check failed. For an instance that was launched and impaired, this is the time
when the instance was launched.InstanceStatusDetails.Builder name(String name)
The type of instance status.
name
- The type of instance status.StatusName
,
StatusName
InstanceStatusDetails.Builder name(StatusName name)
The type of instance status.
name
- The type of instance status.StatusName
,
StatusName
InstanceStatusDetails.Builder status(String status)
The status.
status
- The status.StatusType
,
StatusType
InstanceStatusDetails.Builder status(StatusType status)
The status.
status
- The status.StatusType
,
StatusType
Copyright © 2019. All rights reserved.