public static interface GetTaskProtectionRequest.Builder extends EcsRequest.Builder, SdkPojo, CopyableBuilder<GetTaskProtectionRequest.Builder,GetTaskProtectionRequest>
| Modifier and Type | Method and 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(AwsRequestOverrideConfiguration overrideConfiguration) |
GetTaskProtectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetTaskProtectionRequest.Builder |
tasks(Collection<String> tasks)
A list of up to 100 task IDs or full ARN entries.
|
GetTaskProtectionRequest.Builder |
tasks(String... tasks)
A list of up to 100 task IDs or full ARN entries.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTaskProtectionRequest.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.
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 tasks(Collection<String> tasks)
A list of up to 100 task IDs or full ARN entries.
tasks - A list of up to 100 task IDs or full ARN entries.GetTaskProtectionRequest.Builder tasks(String... tasks)
A list of up to 100 task IDs or full ARN entries.
tasks - A list of up to 100 task IDs or full ARN entries.GetTaskProtectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetTaskProtectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.