@Stability(value=Stable) public static final class CfnRule.InputTransformerProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnRule.InputTransformerProperty>
CfnRule.InputTransformerProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRule.InputTransformerProperty |
build()
Builds the configured instance.
|
CfnRule.InputTransformerProperty.Builder |
inputPathsMap(IResolvable inputPathsMap)
Sets the value of
CfnRule.InputTransformerProperty.getInputPathsMap() |
CfnRule.InputTransformerProperty.Builder |
inputPathsMap(Map<String,String> inputPathsMap)
Sets the value of
CfnRule.InputTransformerProperty.getInputPathsMap() |
CfnRule.InputTransformerProperty.Builder |
inputTemplate(String inputTemplate)
Sets the value of
CfnRule.InputTransformerProperty.getInputTemplate() |
@Stability(value=Stable) public CfnRule.InputTransformerProperty.Builder inputTemplate(String inputTemplate)
CfnRule.InputTransformerProperty.getInputTemplate()inputTemplate - `CfnRule.InputTransformerProperty.InputTemplate`. This parameter is required.this@Stability(value=Stable) public CfnRule.InputTransformerProperty.Builder inputPathsMap(IResolvable inputPathsMap)
CfnRule.InputTransformerProperty.getInputPathsMap()inputPathsMap - `CfnRule.InputTransformerProperty.InputPathsMap`.this@Stability(value=Stable) public CfnRule.InputTransformerProperty.Builder inputPathsMap(Map<String,String> inputPathsMap)
CfnRule.InputTransformerProperty.getInputPathsMap()inputPathsMap - `CfnRule.InputTransformerProperty.InputPathsMap`.this@Stability(value=Stable) public CfnRule.InputTransformerProperty build()
build in interface software.amazon.jsii.Builder<CfnRule.InputTransformerProperty>CfnRule.InputTransformerPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.