Interface CancelCapacityTaskRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CancelCapacityTaskRequest.Builder,CancelCapacityTaskRequest>,OutpostsRequest.Builder,SdkBuilder<CancelCapacityTaskRequest.Builder,CancelCapacityTaskRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CancelCapacityTaskRequest
public static interface CancelCapacityTaskRequest.Builder extends OutpostsRequest.Builder, SdkPojo, CopyableBuilder<CancelCapacityTaskRequest.Builder,CancelCapacityTaskRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CancelCapacityTaskRequest.BuildercapacityTaskId(String capacityTaskId)ID of the capacity task that you want to cancel.CancelCapacityTaskRequest.BuilderoutpostIdentifier(String outpostIdentifier)ID or ARN of the Outpost associated with the capacity task that you want to cancel.CancelCapacityTaskRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CancelCapacityTaskRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.outposts.model.OutpostsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
capacityTaskId
CancelCapacityTaskRequest.Builder capacityTaskId(String capacityTaskId)
ID of the capacity task that you want to cancel.
- Parameters:
capacityTaskId- ID of the capacity task that you want to cancel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outpostIdentifier
CancelCapacityTaskRequest.Builder outpostIdentifier(String outpostIdentifier)
ID or ARN of the Outpost associated with the capacity task that you want to cancel.
- Parameters:
outpostIdentifier- ID or ARN of the Outpost associated with the capacity task that you want to cancel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CancelCapacityTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CancelCapacityTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-