Interface GetCapacityTaskRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetCapacityTaskRequest.Builder,GetCapacityTaskRequest>,OutpostsRequest.Builder,SdkBuilder<GetCapacityTaskRequest.Builder,GetCapacityTaskRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetCapacityTaskRequest
public static interface GetCapacityTaskRequest.Builder extends OutpostsRequest.Builder, SdkPojo, CopyableBuilder<GetCapacityTaskRequest.Builder,GetCapacityTaskRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetCapacityTaskRequest.BuildercapacityTaskId(String capacityTaskId)ID of the capacity task.GetCapacityTaskRequest.BuilderoutpostIdentifier(String outpostIdentifier)ID or ARN of the Outpost associated with the specified capacity task.GetCapacityTaskRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCapacityTaskRequest.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
GetCapacityTaskRequest.Builder capacityTaskId(String capacityTaskId)
ID of the capacity task.
- Parameters:
capacityTaskId- ID of the capacity task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outpostIdentifier
GetCapacityTaskRequest.Builder outpostIdentifier(String outpostIdentifier)
ID or ARN of the Outpost associated with the specified capacity task.
- Parameters:
outpostIdentifier- ID or ARN of the Outpost associated with the specified capacity task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetCapacityTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetCapacityTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-