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 |
withTaskCount(Number value)
Sets the value of TaskCount
|
CfnRule.EcsParametersProperty.Builder |
withTaskCount(software.amazon.awscdk.Token value)
Sets the value of TaskCount
|
CfnRule.EcsParametersProperty.Builder |
withTaskDefinitionArn(String value)
Sets the value of TaskDefinitionArn
|
public CfnRule.EcsParametersProperty.Builder withTaskDefinitionArn(String value)
value - ``CfnRule.EcsParametersProperty.TaskDefinitionArn``thispublic CfnRule.EcsParametersProperty.Builder withTaskCount(@Nullable Number value)
value - ``CfnRule.EcsParametersProperty.TaskCount``thispublic CfnRule.EcsParametersProperty.Builder withTaskCount(@Nullable software.amazon.awscdk.Token value)
value - ``CfnRule.EcsParametersProperty.TaskCount``thispublic CfnRule.EcsParametersProperty build()
CfnRule.EcsParametersPropertyNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.