Interface DescribeTaskSetsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeTaskSetsRequest.Builder,DescribeTaskSetsRequest>
,EcsRequest.Builder
,SdkBuilder<DescribeTaskSetsRequest.Builder,DescribeTaskSetsRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- DescribeTaskSetsRequest
public static interface DescribeTaskSetsRequest.Builder extends EcsRequest.Builder, SdkPojo, CopyableBuilder<DescribeTaskSetsRequest.Builder,DescribeTaskSetsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeTaskSetsRequest.Builder
cluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task sets exist in.DescribeTaskSetsRequest.Builder
include(Collection<TaskSetField> include)
Specifies whether to see the resource tags for the task set.DescribeTaskSetsRequest.Builder
include(TaskSetField... include)
Specifies whether to see the resource tags for the task set.DescribeTaskSetsRequest.Builder
includeWithStrings(String... include)
Specifies whether to see the resource tags for the task set.DescribeTaskSetsRequest.Builder
includeWithStrings(Collection<String> include)
Specifies whether to see the resource tags for the task set.DescribeTaskSetsRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DescribeTaskSetsRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
DescribeTaskSetsRequest.Builder
service(String service)
The short name or full Amazon Resource Name (ARN) of the service that the task sets exist in.DescribeTaskSetsRequest.Builder
taskSets(String... taskSets)
The ID or full Amazon Resource Name (ARN) of task sets to describe.DescribeTaskSetsRequest.Builder
taskSets(Collection<String> taskSets)
The ID or full Amazon Resource Name (ARN) of task sets to describe.-
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.ecs.model.EcsRequest.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
-
cluster
DescribeTaskSetsRequest.Builder cluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task sets exist in.
- Parameters:
cluster
- The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task sets exist in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
service
DescribeTaskSetsRequest.Builder service(String service)
The short name or full Amazon Resource Name (ARN) of the service that the task sets exist in.
- Parameters:
service
- The short name or full Amazon Resource Name (ARN) of the service that the task sets exist in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskSets
DescribeTaskSetsRequest.Builder taskSets(Collection<String> taskSets)
The ID or full Amazon Resource Name (ARN) of task sets to describe.
- Parameters:
taskSets
- The ID or full Amazon Resource Name (ARN) of task sets to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskSets
DescribeTaskSetsRequest.Builder taskSets(String... taskSets)
The ID or full Amazon Resource Name (ARN) of task sets to describe.
- Parameters:
taskSets
- The ID or full Amazon Resource Name (ARN) of task sets to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeWithStrings
DescribeTaskSetsRequest.Builder includeWithStrings(Collection<String> include)
Specifies whether to see the resource tags for the task set. If
TAGS
is specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.- Parameters:
include
- Specifies whether to see the resource tags for the task set. IfTAGS
is specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeWithStrings
DescribeTaskSetsRequest.Builder includeWithStrings(String... include)
Specifies whether to see the resource tags for the task set. If
TAGS
is specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.- Parameters:
include
- Specifies whether to see the resource tags for the task set. IfTAGS
is specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
include
DescribeTaskSetsRequest.Builder include(Collection<TaskSetField> include)
Specifies whether to see the resource tags for the task set. If
TAGS
is specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.- Parameters:
include
- Specifies whether to see the resource tags for the task set. IfTAGS
is specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
include
DescribeTaskSetsRequest.Builder include(TaskSetField... include)
Specifies whether to see the resource tags for the task set. If
TAGS
is specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.- Parameters:
include
- Specifies whether to see the resource tags for the task set. IfTAGS
is specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeTaskSetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeTaskSetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-