public static final class CfnRule.InputTransformerProperty.Builder extends Object
CfnRule.InputTransformerProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRule.InputTransformerProperty |
build()
Builds the configured instance.
|
CfnRule.InputTransformerProperty.Builder |
withInputPathsMap(Map<String,Object> value)
Sets the value of InputPathsMap
|
CfnRule.InputTransformerProperty.Builder |
withInputPathsMap(software.amazon.awscdk.Token value)
Sets the value of InputPathsMap
|
CfnRule.InputTransformerProperty.Builder |
withInputTemplate(String value)
Sets the value of InputTemplate
|
public CfnRule.InputTransformerProperty.Builder withInputTemplate(String value)
value - ``CfnRule.InputTransformerProperty.InputTemplate``thispublic CfnRule.InputTransformerProperty.Builder withInputPathsMap(@Nullable software.amazon.awscdk.Token value)
value - ``CfnRule.InputTransformerProperty.InputPathsMap``thispublic CfnRule.InputTransformerProperty.Builder withInputPathsMap(@Nullable Map<String,Object> value)
value - ``CfnRule.InputTransformerProperty.InputPathsMap``thispublic CfnRule.InputTransformerProperty build()
CfnRule.InputTransformerPropertyNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.