Uses of Interface
software.amazon.awssdk.services.ec2.model.CancelledSpotInstanceRequest.Builder
-
Packages that use CancelledSpotInstanceRequest.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of CancelledSpotInstanceRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CancelledSpotInstanceRequest.Builder Modifier and Type Method Description static CancelledSpotInstanceRequest.BuilderCancelledSpotInstanceRequest. builder()CancelledSpotInstanceRequest.BuilderCancelledSpotInstanceRequest.Builder. spotInstanceRequestId(String spotInstanceRequestId)The ID of the Spot Instance request.CancelledSpotInstanceRequest.BuilderCancelledSpotInstanceRequest.Builder. state(String state)The state of the Spot Instance request.CancelledSpotInstanceRequest.BuilderCancelledSpotInstanceRequest.Builder. state(CancelSpotInstanceRequestState state)The state of the Spot Instance request.CancelledSpotInstanceRequest.BuilderCancelledSpotInstanceRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CancelledSpotInstanceRequest.Builder Modifier and Type Method Description static Class<? extends CancelledSpotInstanceRequest.Builder>CancelledSpotInstanceRequest. serializableBuilderClass()
-