@Stability(value=Stable) public static final class CfnObjectType.FieldMapProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnObjectType.FieldMapProperty>
CfnObjectType.FieldMapProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnObjectType.FieldMapProperty |
build()
Builds the configured instance.
|
CfnObjectType.FieldMapProperty.Builder |
name(String name)
Sets the value of
CfnObjectType.FieldMapProperty.getName() |
CfnObjectType.FieldMapProperty.Builder |
objectTypeField(CfnObjectType.ObjectTypeFieldProperty objectTypeField)
Sets the value of
CfnObjectType.FieldMapProperty.getObjectTypeField() |
CfnObjectType.FieldMapProperty.Builder |
objectTypeField(IResolvable objectTypeField)
Sets the value of
CfnObjectType.FieldMapProperty.getObjectTypeField() |
@Stability(value=Stable) public CfnObjectType.FieldMapProperty.Builder name(String name)
CfnObjectType.FieldMapProperty.getName()name - Name of the field.this@Stability(value=Stable) public CfnObjectType.FieldMapProperty.Builder objectTypeField(CfnObjectType.ObjectTypeFieldProperty objectTypeField)
CfnObjectType.FieldMapProperty.getObjectTypeField()objectTypeField - Represents a field in a ProfileObjectType.this@Stability(value=Stable) public CfnObjectType.FieldMapProperty.Builder objectTypeField(IResolvable objectTypeField)
CfnObjectType.FieldMapProperty.getObjectTypeField()objectTypeField - Represents a field in a ProfileObjectType.this@Stability(value=Stable) public CfnObjectType.FieldMapProperty build()
build in interface software.amazon.jsii.Builder<CfnObjectType.FieldMapProperty>CfnObjectType.FieldMapPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.