@Stability(value=Stable) public static final class CfnMappingProps.Builder extends Object implements software.amazon.jsii.Builder<CfnMappingProps>
CfnMappingProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnMappingProps |
build()
Builds the configured instance.
|
CfnMappingProps.Builder |
mapping(Map<String,? extends Map<String,? extends Object>> mapping)
Sets the value of
CfnMappingProps.getMapping() |
@Stability(value=Stable) public CfnMappingProps.Builder mapping(Map<String,? extends Map<String,? extends Object>> mapping)
CfnMappingProps.getMapping()mapping - Mapping of key to a set of corresponding set of named values.
The key identifies a map of name-value pairs and must be unique within the mapping.
For example, if you want to set values based on a region, you can create a mapping that uses the region name as a key and contains the values you want to specify for each specific region.
this@Stability(value=Stable) public CfnMappingProps build()
build in interface software.amazon.jsii.Builder<CfnMappingProps>CfnMappingPropsNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.