public static interface InstanceStatusDetails.Builder extends 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.
|
copyapply, buildInstanceStatusDetails.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,
StatusNameInstanceStatusDetails.Builder name(StatusName name)
The type of instance status.
name - The type of instance status.StatusName,
StatusNameInstanceStatusDetails.Builder status(String status)
The status.
status - The status.StatusType,
StatusTypeInstanceStatusDetails.Builder status(StatusType status)
The status.
status - The status.StatusType,
StatusTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.