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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CancelledSpotInstanceRequest.BuilderspotInstanceRequestId(String spotInstanceRequestId)The ID of the Spot Instance request.CancelledSpotInstanceRequest.Builderstate(String state)The state of the Spot Instance request.CancelledSpotInstanceRequest.Builderstate(CancelSpotInstanceRequestState state)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 Detail
-
spotInstanceRequestId
CancelledSpotInstanceRequest.Builder spotInstanceRequestId(String 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
CancelledSpotInstanceRequest.Builder state(String 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:
CancelSpotInstanceRequestState,CancelSpotInstanceRequestState
-
state
CancelledSpotInstanceRequest.Builder state(CancelSpotInstanceRequestState 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:
CancelSpotInstanceRequestState,CancelSpotInstanceRequestState
-
-