public static interface SpotInstanceStatus.Builder extends CopyableBuilder<SpotInstanceStatus.Builder,SpotInstanceStatus>
| Modifier and Type | Method and Description |
|---|---|
SpotInstanceStatus.Builder |
code(String code)
The status code.
|
SpotInstanceStatus.Builder |
message(String message)
The description for the status code.
|
SpotInstanceStatus.Builder |
updateTime(Instant updateTime)
The date and time of the most recent status update, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
copyapply, buildSpotInstanceStatus.Builder code(String code)
The status code. For a list of status codes, see Spot Bid Status Codes in the Amazon Elastic Compute Cloud User Guide.
code - The status code. For a list of status codes, see Spot Bid Status Codes in the Amazon Elastic Compute Cloud User Guide.SpotInstanceStatus.Builder message(String message)
The description for the status code.
message - The description for the status code.SpotInstanceStatus.Builder updateTime(Instant updateTime)
The date and time of the most recent status update, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
updateTime - The date and time of the most recent status update, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.