@Stability(value=Stable) public static final class CfnObjectTypeProps.Builder extends Object implements software.amazon.jsii.Builder<CfnObjectTypeProps>
CfnObjectTypeProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnObjectTypeProps.Builder domainName(String domainName)
CfnObjectTypeProps.getDomainName()domainName - The unique name of the domain. This parameter is required.this@Stability(value=Stable) public CfnObjectTypeProps.Builder allowProfileCreation(Boolean allowProfileCreation)
CfnObjectTypeProps.getAllowProfileCreation()allowProfileCreation - Indicates whether a profile should be created when data is received if one doesn’t exist for an object of this type.
The default is FALSE . If the AllowProfileCreation flag is set to FALSE , then the service tries to fetch a standard profile and associate this object with the profile. If it is set to TRUE , and if no match is found, then the service creates a new standard profile.this@Stability(value=Stable) public CfnObjectTypeProps.Builder allowProfileCreation(IResolvable allowProfileCreation)
CfnObjectTypeProps.getAllowProfileCreation()allowProfileCreation - Indicates whether a profile should be created when data is received if one doesn’t exist for an object of this type.
The default is FALSE . If the AllowProfileCreation flag is set to FALSE , then the service tries to fetch a standard profile and associate this object with the profile. If it is set to TRUE , and if no match is found, then the service creates a new standard profile.this@Stability(value=Stable) public CfnObjectTypeProps.Builder description(String description)
CfnObjectTypeProps.getDescription()description - The description of the profile object type mapping.this@Stability(value=Stable) public CfnObjectTypeProps.Builder encryptionKey(String encryptionKey)
CfnObjectTypeProps.getEncryptionKey()encryptionKey - The customer-provided key to encrypt the profile object that will be created in this profile object type mapping.
If not specified the system will use the encryption key of the domain.this@Stability(value=Stable) public CfnObjectTypeProps.Builder expirationDays(Number expirationDays)
CfnObjectTypeProps.getExpirationDays()expirationDays - The number of days until the data of this type expires.this@Stability(value=Stable) public CfnObjectTypeProps.Builder fields(IResolvable fields)
CfnObjectTypeProps.getFields()fields - A list of field definitions for the object type mapping.this@Stability(value=Stable) public CfnObjectTypeProps.Builder fields(List<? extends Object> fields)
CfnObjectTypeProps.getFields()fields - A list of field definitions for the object type mapping.this@Stability(value=Stable) public CfnObjectTypeProps.Builder keys(IResolvable keys)
CfnObjectTypeProps.getKeys()keys - A list of keys that can be used to map data to the profile or search for the profile.this@Stability(value=Stable) public CfnObjectTypeProps.Builder keys(List<? extends Object> keys)
CfnObjectTypeProps.getKeys()keys - A list of keys that can be used to map data to the profile or search for the profile.this@Stability(value=Stable) public CfnObjectTypeProps.Builder objectTypeName(String objectTypeName)
CfnObjectTypeProps.getObjectTypeName()objectTypeName - The name of the profile object type.this@Stability(value=Stable) public CfnObjectTypeProps.Builder tags(List<? extends CfnTag> tags)
CfnObjectTypeProps.getTags()tags - The tags used to organize, track, or control access for this resource.this@Stability(value=Stable) public CfnObjectTypeProps.Builder templateId(String templateId)
CfnObjectTypeProps.getTemplateId()templateId - A unique identifier for the template mapping.
This can be used instead of specifying the Keys and Fields properties directly.this@Stability(value=Stable) public CfnObjectTypeProps build()
build in interface software.amazon.jsii.Builder<CfnObjectTypeProps>CfnObjectTypePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.