Interface UpdateServicePrimaryTaskSetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateServicePrimaryTaskSetRequest.Builder,UpdateServicePrimaryTaskSetRequest>
,EcsRequest.Builder
,SdkBuilder<UpdateServicePrimaryTaskSetRequest.Builder,UpdateServicePrimaryTaskSetRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- UpdateServicePrimaryTaskSetRequest
public static interface UpdateServicePrimaryTaskSetRequest.Builder extends EcsRequest.Builder, SdkPojo, CopyableBuilder<UpdateServicePrimaryTaskSetRequest.Builder,UpdateServicePrimaryTaskSetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateServicePrimaryTaskSetRequest.Builder
cluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set exists in.UpdateServicePrimaryTaskSetRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
UpdateServicePrimaryTaskSetRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
UpdateServicePrimaryTaskSetRequest.Builder
primaryTaskSet(String primaryTaskSet)
The short name or full Amazon Resource Name (ARN) of the task set to set as the primary task set in the deployment.UpdateServicePrimaryTaskSetRequest.Builder
service(String service)
The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.-
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
UpdateServicePrimaryTaskSetRequest.Builder cluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set exists in.
- Parameters:
cluster
- The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set exists in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
service
UpdateServicePrimaryTaskSetRequest.Builder service(String service)
The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.
- Parameters:
service
- The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
primaryTaskSet
UpdateServicePrimaryTaskSetRequest.Builder primaryTaskSet(String primaryTaskSet)
The short name or full Amazon Resource Name (ARN) of the task set to set as the primary task set in the deployment.
- Parameters:
primaryTaskSet
- The short name or full Amazon Resource Name (ARN) of the task set to set as the primary task set in the deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateServicePrimaryTaskSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateServicePrimaryTaskSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-