CopyableBuilder<CancelledSpotInstanceRequest.Builder,CancelledSpotInstanceRequest>
, SdkBuilder<CancelledSpotInstanceRequest.Builder,CancelledSpotInstanceRequest>
public static interface CancelledSpotInstanceRequest.Builder extends CopyableBuilder<CancelledSpotInstanceRequest.Builder,CancelledSpotInstanceRequest>
Modifier and Type | Method | Description |
---|---|---|
CancelledSpotInstanceRequest.Builder |
spotInstanceRequestId(String spotInstanceRequestId) |
The ID of the Spot instance request.
|
CancelledSpotInstanceRequest.Builder |
state(String state) |
The state of the Spot instance request.
|
CancelledSpotInstanceRequest.Builder |
state(CancelSpotInstanceRequestState state) |
The state of the Spot instance request.
|
copy
apply, 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
CancelledSpotInstanceRequest.Builder state(CancelSpotInstanceRequestState state)
The state of the Spot instance request.
state
- The state of the Spot instance request.CancelSpotInstanceRequestState
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.