@Stability(value=Stable) public static final class CfnPrimaryTaskSetProps.Builder extends Object implements software.amazon.jsii.Builder<CfnPrimaryTaskSetProps>
CfnPrimaryTaskSetProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPrimaryTaskSetProps |
build()
Builds the configured instance.
|
CfnPrimaryTaskSetProps.Builder |
cluster(String cluster)
Sets the value of
CfnPrimaryTaskSetProps.getCluster() |
CfnPrimaryTaskSetProps.Builder |
service(String service)
Sets the value of
CfnPrimaryTaskSetProps.getService() |
CfnPrimaryTaskSetProps.Builder |
taskSetId(String taskSetId)
Sets the value of
CfnPrimaryTaskSetProps.getTaskSetId() |
@Stability(value=Stable) public CfnPrimaryTaskSetProps.Builder cluster(String cluster)
CfnPrimaryTaskSetProps.getCluster()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.this@Stability(value=Stable) public CfnPrimaryTaskSetProps.Builder service(String service)
CfnPrimaryTaskSetProps.getService()service - The short name or full Amazon Resource Name (ARN) of the service that the task set exists in. This parameter is required.this@Stability(value=Stable) public CfnPrimaryTaskSetProps.Builder taskSetId(String taskSetId)
CfnPrimaryTaskSetProps.getTaskSetId()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.this@Stability(value=Stable) public CfnPrimaryTaskSetProps build()
build in interface software.amazon.jsii.Builder<CfnPrimaryTaskSetProps>CfnPrimaryTaskSetPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.