@Stability(value=Stable) public static final class CfnDeploymentGroup.ECSServiceProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDeploymentGroup.ECSServiceProperty>
CfnDeploymentGroup.ECSServiceProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDeploymentGroup.ECSServiceProperty |
build()
Builds the configured instance.
|
CfnDeploymentGroup.ECSServiceProperty.Builder |
clusterName(String clusterName)
Sets the value of
CfnDeploymentGroup.ECSServiceProperty.getClusterName() |
CfnDeploymentGroup.ECSServiceProperty.Builder |
serviceName(String serviceName)
Sets the value of
CfnDeploymentGroup.ECSServiceProperty.getServiceName() |
@Stability(value=Stable) public CfnDeploymentGroup.ECSServiceProperty.Builder clusterName(String clusterName)
CfnDeploymentGroup.ECSServiceProperty.getClusterName()clusterName - The name of the cluster that the Amazon ECS service is associated with. This parameter is required.this@Stability(value=Stable) public CfnDeploymentGroup.ECSServiceProperty.Builder serviceName(String serviceName)
CfnDeploymentGroup.ECSServiceProperty.getServiceName()serviceName - The name of the target Amazon ECS service. This parameter is required.this@Stability(value=Stable) public CfnDeploymentGroup.ECSServiceProperty build()
build in interface software.amazon.jsii.Builder<CfnDeploymentGroup.ECSServiceProperty>CfnDeploymentGroup.ECSServicePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.