Interface SpotInstanceStatus.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<SpotInstanceStatus.Builder,,SpotInstanceStatus> SdkBuilder<SpotInstanceStatus.Builder,,SpotInstanceStatus> SdkPojo
- Enclosing class:
 SpotInstanceStatus
public static interface SpotInstanceStatus.Builder
extends SdkPojo, CopyableBuilder<SpotInstanceStatus.Builder,SpotInstanceStatus> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe status code.The description for the status code.updateTime(Instant updateTime) The date and time of the most recent status update, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
code
The status code. For a list of status codes, see Spot request status codes in the Amazon EC2 User Guide for Linux Instances.
- Parameters:
 code- The status code. For a list of status codes, see Spot request status codes in the Amazon EC2 User Guide for Linux Instances.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
message
The description for the status code.
- Parameters:
 message- The description for the status code.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
updateTime
The date and time of the most recent status update, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
- Parameters:
 updateTime- The date and time of the most recent status update, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -