public static interface SpotInstanceStatus.Builder extends SdkPojo, 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).
|
copy
applyMutation, build
SpotInstanceStatus.Builder code(String code)
The status code. For a list of status codes, see Spot Status Codes in the Amazon EC2 User Guide for Linux Instances.
code
- The status code. For a list of status codes, see Spot Status Codes in the Amazon EC2 User Guide for Linux Instances.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.