@Stability(value=External) public static final class CfnRule.EcsParametersProperty.Builder extends Object
CfnRule.EcsParametersProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRule.EcsParametersProperty |
build()
Builds the configured instance.
|
CfnRule.EcsParametersProperty.Builder |
group(String group)
Sets the value of Group
|
CfnRule.EcsParametersProperty.Builder |
launchType(String launchType)
Sets the value of LaunchType
|
CfnRule.EcsParametersProperty.Builder |
networkConfiguration(CfnRule.NetworkConfigurationProperty networkConfiguration)
Sets the value of NetworkConfiguration
|
CfnRule.EcsParametersProperty.Builder |
networkConfiguration(IResolvable networkConfiguration)
Sets the value of NetworkConfiguration
|
CfnRule.EcsParametersProperty.Builder |
platformVersion(String platformVersion)
Sets the value of PlatformVersion
|
CfnRule.EcsParametersProperty.Builder |
taskCount(Number taskCount)
Sets the value of TaskCount
|
CfnRule.EcsParametersProperty.Builder |
taskDefinitionArn(String taskDefinitionArn)
Sets the value of TaskDefinitionArn
|
@Stability(value=External) public CfnRule.EcsParametersProperty.Builder taskDefinitionArn(String taskDefinitionArn)
taskDefinitionArn - `CfnRule.EcsParametersProperty.TaskDefinitionArn`. This parameter is required.this@Stability(value=External) public CfnRule.EcsParametersProperty.Builder group(String group)
group - `CfnRule.EcsParametersProperty.Group`.this@Stability(value=External) public CfnRule.EcsParametersProperty.Builder launchType(String launchType)
launchType - `CfnRule.EcsParametersProperty.LaunchType`.this@Stability(value=External) public CfnRule.EcsParametersProperty.Builder networkConfiguration(IResolvable networkConfiguration)
networkConfiguration - `CfnRule.EcsParametersProperty.NetworkConfiguration`.this@Stability(value=External) public CfnRule.EcsParametersProperty.Builder networkConfiguration(CfnRule.NetworkConfigurationProperty networkConfiguration)
networkConfiguration - `CfnRule.EcsParametersProperty.NetworkConfiguration`.this@Stability(value=External) public CfnRule.EcsParametersProperty.Builder platformVersion(String platformVersion)
platformVersion - `CfnRule.EcsParametersProperty.PlatformVersion`.this@Stability(value=External) public CfnRule.EcsParametersProperty.Builder taskCount(Number taskCount)
taskCount - `CfnRule.EcsParametersProperty.TaskCount`.this@Stability(value=External) public CfnRule.EcsParametersProperty build()
CfnRule.EcsParametersPropertyNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.