@Stability(value=Stable) public static final class CfnObjectType.ObjectTypeFieldProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnObjectType.ObjectTypeFieldProperty>
CfnObjectType.ObjectTypeFieldProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnObjectType.ObjectTypeFieldProperty |
build()
Builds the configured instance.
|
CfnObjectType.ObjectTypeFieldProperty.Builder |
contentType(String contentType)
Sets the value of
CfnObjectType.ObjectTypeFieldProperty.getContentType() |
CfnObjectType.ObjectTypeFieldProperty.Builder |
source(String source)
Sets the value of
CfnObjectType.ObjectTypeFieldProperty.getSource() |
CfnObjectType.ObjectTypeFieldProperty.Builder |
target(String target)
Sets the value of
CfnObjectType.ObjectTypeFieldProperty.getTarget() |
@Stability(value=Stable) public CfnObjectType.ObjectTypeFieldProperty.Builder contentType(String contentType)
CfnObjectType.ObjectTypeFieldProperty.getContentType()contentType - The content type of the field.
Used for determining equality when searching.this@Stability(value=Stable) public CfnObjectType.ObjectTypeFieldProperty.Builder source(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@Stability(value=Stable) public CfnObjectType.ObjectTypeFieldProperty.Builder target(String target)
CfnObjectType.ObjectTypeFieldProperty.getTarget()target - The location of the data in the standard ProfileObject model.
For example: _profile.Address.PostalCode.this@Stability(value=Stable) public CfnObjectType.ObjectTypeFieldProperty build()
build in interface software.amazon.jsii.Builder<CfnObjectType.ObjectTypeFieldProperty>CfnObjectType.ObjectTypeFieldPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.