public static interface CancelledSpotInstanceRequest.Builder extends SdkPojo, 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.
|
copyapplyMutation, 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.