Class CfnPrimaryTaskSetPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ecs.CfnPrimaryTaskSetPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPrimaryTaskSetPropsMixin>
- Enclosing class:
CfnPrimaryTaskSetPropsMixin
@Stability(Stable)
public static final class CfnPrimaryTaskSetPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPrimaryTaskSetPropsMixin>
A fluent builder for
CfnPrimaryTaskSetPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set exists in.create()create(CfnPropertyMixinOptions options) The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.The short name or full Amazon Resource Name (ARN) of the task set to set as the primary task set in the deployment.
-
Method Details
-
create
@Stability(Stable) public static CfnPrimaryTaskSetPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnPrimaryTaskSetPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnPrimaryTaskSetPropsMixin.Builder.
-
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. This parameter is required.- Returns:
this- See Also:
-
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. This parameter is required.- Returns:
this- See Also:
-
taskSetId
The short name or full Amazon Resource Name (ARN) of the task set to set as the primary task set in the deployment.- Parameters:
taskSetId- The short name or full Amazon Resource Name (ARN) of the task set to set as the primary task set in the deployment. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPrimaryTaskSetPropsMixin>- Returns:
- a newly built instance of
CfnPrimaryTaskSetPropsMixin.
-