Interface GetTaskProtectionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetTaskProtectionRequest.Builder,GetTaskProtectionRequest>
,EcsRequest.Builder
,SdkBuilder<GetTaskProtectionRequest.Builder,GetTaskProtectionRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- GetTaskProtectionRequest
public static interface GetTaskProtectionRequest.Builder extends EcsRequest.Builder, SdkPojo, CopyableBuilder<GetTaskProtectionRequest.Builder,GetTaskProtectionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetTaskProtectionRequest.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.GetTaskProtectionRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
GetTaskProtectionRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
GetTaskProtectionRequest.Builder
tasks(String... tasks)
A list of up to 100 task IDs or full ARN entries.GetTaskProtectionRequest.Builder
tasks(Collection<String> tasks)
A list of up to 100 task IDs or full ARN entries.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
cluster
GetTaskProtectionRequest.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.
-
tasks
GetTaskProtectionRequest.Builder tasks(Collection<String> tasks)
A list of up to 100 task IDs or full ARN entries.
- Parameters:
tasks
- A list of up to 100 task IDs or full ARN entries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tasks
GetTaskProtectionRequest.Builder tasks(String... tasks)
A list of up to 100 task IDs or full ARN entries.
- Parameters:
tasks
- A list of up to 100 task IDs or full ARN entries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetTaskProtectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
GetTaskProtectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-