@Stability(value=Stable) public static final class CfnObjectType.KeyMapProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnObjectType.KeyMapProperty>
CfnObjectType.KeyMapProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnObjectType.KeyMapProperty |
build()
Builds the configured instance.
|
CfnObjectType.KeyMapProperty.Builder |
name(String name)
Sets the value of
CfnObjectType.KeyMapProperty.getName() |
CfnObjectType.KeyMapProperty.Builder |
objectTypeKeyList(IResolvable objectTypeKeyList)
Sets the value of
CfnObjectType.KeyMapProperty.getObjectTypeKeyList() |
CfnObjectType.KeyMapProperty.Builder |
objectTypeKeyList(List<? extends Object> objectTypeKeyList)
Sets the value of
CfnObjectType.KeyMapProperty.getObjectTypeKeyList() |
@Stability(value=Stable) public CfnObjectType.KeyMapProperty.Builder name(String name)
CfnObjectType.KeyMapProperty.getName()name - `CfnObjectType.KeyMapProperty.Name`.this@Stability(value=Stable) public CfnObjectType.KeyMapProperty.Builder objectTypeKeyList(IResolvable objectTypeKeyList)
CfnObjectType.KeyMapProperty.getObjectTypeKeyList()objectTypeKeyList - `CfnObjectType.KeyMapProperty.ObjectTypeKeyList`.this@Stability(value=Stable) public CfnObjectType.KeyMapProperty.Builder objectTypeKeyList(List<? extends Object> objectTypeKeyList)
CfnObjectType.KeyMapProperty.getObjectTypeKeyList()objectTypeKeyList - `CfnObjectType.KeyMapProperty.ObjectTypeKeyList`.this@Stability(value=Stable) public CfnObjectType.KeyMapProperty build()
build in interface software.amazon.jsii.Builder<CfnObjectType.KeyMapProperty>CfnObjectType.KeyMapPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.