public static final class CfnObjectType.ObjectTypeFieldProperty.Builder
extends java.lang.Object
CfnObjectType.ObjectTypeFieldProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnObjectType.ObjectTypeFieldProperty |
build()
Builds the configured instance.
|
CfnObjectType.ObjectTypeFieldProperty.Builder |
contentType(java.lang.String contentType)
Sets the value of
CfnObjectType.ObjectTypeFieldProperty.getContentType() |
CfnObjectType.ObjectTypeFieldProperty.Builder |
source(java.lang.String source)
Sets the value of
CfnObjectType.ObjectTypeFieldProperty.getSource() |
CfnObjectType.ObjectTypeFieldProperty.Builder |
target(java.lang.String target)
Sets the value of
CfnObjectType.ObjectTypeFieldProperty.getTarget() |
public CfnObjectType.ObjectTypeFieldProperty.Builder contentType(java.lang.String contentType)
CfnObjectType.ObjectTypeFieldProperty.getContentType()
contentType
- The content type of the field.
Used for determining equality when searching.this
public CfnObjectType.ObjectTypeFieldProperty.Builder source(java.lang.String source)
CfnObjectType.ObjectTypeFieldProperty.getSource()
source
- A field of a ProfileObject.
For example: _source.FirstName, where “_source” is a ProfileObjectType of a Zendesk user and “FirstName” is a field in that ObjectType.this
public CfnObjectType.ObjectTypeFieldProperty.Builder target(java.lang.String target)
CfnObjectType.ObjectTypeFieldProperty.getTarget()
target
- The location of the data in the standard ProfileObject model.
For example: _profile.Address.PostalCode.this
public CfnObjectType.ObjectTypeFieldProperty build()
CfnObjectType.ObjectTypeFieldProperty
java.lang.NullPointerException
- if any required attribute was not provided