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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
CancelledSpotInstanceRequest.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
,
CancelSpotInstanceRequestState
CancelledSpotInstanceRequest.Builder state(CancelSpotInstanceRequestState state)
The state of the Spot Instance request.
state
- The state of the Spot Instance request.CancelSpotInstanceRequestState
,
CancelSpotInstanceRequestState
Copyright © 2022. All rights reserved.