public static interface CancelledSpotInstanceRequest.Builder extends CopyableBuilder<CancelledSpotInstanceRequest.Builder,CancelledSpotInstanceRequest>
| Modifier and Type | Method and Description |
|---|---|
CancelledSpotInstanceRequest.Builder |
spotInstanceRequestId(String spotInstanceRequestId)
The ID of the Spot instance request.
|
CancelledSpotInstanceRequest.Builder |
state(CancelSpotInstanceRequestState state)
The state of the Spot instance request.
|
CancelledSpotInstanceRequest.Builder |
state(String state)
The state of the Spot instance request.
|
copyapply, buildCancelledSpotInstanceRequest.Builder spotInstanceRequestId(String spotInstanceRequestId)
The ID of the Spot instance request.
spotInstanceRequestId - The ID of the Spot instance request.CancelledSpotInstanceRequest.Builder state(String state)
The state of the Spot instance request.
state - The state of the Spot instance request.CancelSpotInstanceRequestState,
CancelSpotInstanceRequestStateCancelledSpotInstanceRequest.Builder state(CancelSpotInstanceRequestState state)
The state of the Spot instance request.
state - The state of the Spot instance request.CancelSpotInstanceRequestState,
CancelSpotInstanceRequestStateCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.