public static final class CfnObjectType.FieldMapProperty.Builder
extends java.lang.Object
CfnObjectType.FieldMapProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnObjectType.FieldMapProperty |
build()
Builds the configured instance.
|
CfnObjectType.FieldMapProperty.Builder |
name(java.lang.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() |
public CfnObjectType.FieldMapProperty.Builder name(java.lang.String name)
CfnObjectType.FieldMapProperty.getName()
name
- Name of the field.this
public CfnObjectType.FieldMapProperty.Builder objectTypeField(IResolvable objectTypeField)
CfnObjectType.FieldMapProperty.getObjectTypeField()
objectTypeField
- Represents a field in a ProfileObjectType.this
public CfnObjectType.FieldMapProperty.Builder objectTypeField(CfnObjectType.ObjectTypeFieldProperty objectTypeField)
CfnObjectType.FieldMapProperty.getObjectTypeField()
objectTypeField
- Represents a field in a ProfileObjectType.this
public CfnObjectType.FieldMapProperty build()
CfnObjectType.FieldMapProperty
java.lang.NullPointerException
- if any required attribute was not provided