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.
|
copy
apply, build
InstanceStatusDetails.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.StatusName
InstanceStatusDetails.Builder name(StatusName name)
The type of instance status.
name
- The type of instance status.StatusName
InstanceStatusDetails.Builder status(String status)
The status.
status
- The status.StatusType
InstanceStatusDetails.Builder status(StatusType status)
The status.
status
- The status.StatusType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.