Interface CancelledSpotInstanceRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CancelledSpotInstanceRequest.Builder,
,CancelledSpotInstanceRequest> SdkBuilder<CancelledSpotInstanceRequest.Builder,
,CancelledSpotInstanceRequest> SdkPojo
- Enclosing class:
CancelledSpotInstanceRequest
@Mutable
@NotThreadSafe
public static interface CancelledSpotInstanceRequest.Builder
extends SdkPojo, CopyableBuilder<CancelledSpotInstanceRequest.Builder,CancelledSpotInstanceRequest>
-
Method Summary
Modifier and TypeMethodDescriptionspotInstanceRequestId
(String spotInstanceRequestId) The ID of the Spot Instance request.The state of the Spot Instance request.The state of the Spot Instance request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
spotInstanceRequestId
The ID of the Spot Instance request.
- Parameters:
spotInstanceRequestId
- The ID of the Spot Instance request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The state of the Spot Instance request.
- Parameters:
state
- The state of the Spot Instance request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The state of the Spot Instance request.
- Parameters:
state
- The state of the Spot Instance request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-