CopyableBuilder<InstanceStatusDetails.Builder,InstanceStatusDetails>, SdkBuilder<InstanceStatusDetails.Builder,InstanceStatusDetails>public static interface InstanceStatusDetails.Builder extends CopyableBuilder<InstanceStatusDetails.Builder,InstanceStatusDetails>
| Modifier and Type | Method | Description |
|---|---|---|
InstanceStatusDetails.Builder |
impairedSince(Date impairedSince) |
The time when a status check failed.
|
InstanceStatusDetails.Builder |
name(String name) |
The type of instance status.
|
InstanceStatusDetails.Builder |
name(StatusName name) |
The type of instance status.
|
InstanceStatusDetails.Builder |
status(String status) |
The status.
|
InstanceStatusDetails.Builder |
status(StatusType status) |
The status.
|
copyapply, buildInstanceStatusDetails.Builder impairedSince(Date 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.StatusNameInstanceStatusDetails.Builder name(StatusName name)
The type of instance status.
name - The type of instance status.StatusNameInstanceStatusDetails.Builder status(String status)
The status.
status - The status.StatusTypeInstanceStatusDetails.Builder status(StatusType status)
The status.
status - The status.StatusTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.