@Stability(value=Stable) public static final class CfnMapping.Builder extends Object
CfnMapping
.Modifier and Type | Method and Description |
---|---|
CfnMapping |
build() |
static CfnMapping.Builder |
create(Construct scope,
String id) |
CfnMapping.Builder |
mapping(Map<String,Map<String,Object>> mapping) |
@Stability(value=Stable) public static CfnMapping.Builder create(Construct scope, String id)
scope
- This parameter is required.id
- This parameter is required.CfnMapping.Builder
.@Stability(value=Stable) public CfnMapping.Builder mapping(Map<String,Map<String,Object>> mapping)
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. This parameter is required.this
@Stability(value=Stable) public CfnMapping build()
Copyright © 2019. All rights reserved.