@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 - `AWS::CustomerProfiles::ObjectType.DomainName`. This parameter is required.this@Stability(value=Stable) public CfnObjectTypeProps.Builder allowProfileCreation(Boolean allowProfileCreation)
CfnObjectTypeProps.getAllowProfileCreation()allowProfileCreation - `AWS::CustomerProfiles::ObjectType.AllowProfileCreation`.this@Stability(value=Stable) public CfnObjectTypeProps.Builder allowProfileCreation(IResolvable allowProfileCreation)
CfnObjectTypeProps.getAllowProfileCreation()allowProfileCreation - `AWS::CustomerProfiles::ObjectType.AllowProfileCreation`.this@Stability(value=Stable) public CfnObjectTypeProps.Builder description(String description)
CfnObjectTypeProps.getDescription()description - `AWS::CustomerProfiles::ObjectType.Description`.this@Stability(value=Stable) public CfnObjectTypeProps.Builder encryptionKey(String encryptionKey)
CfnObjectTypeProps.getEncryptionKey()encryptionKey - `AWS::CustomerProfiles::ObjectType.EncryptionKey`.this@Stability(value=Stable) public CfnObjectTypeProps.Builder expirationDays(Number expirationDays)
CfnObjectTypeProps.getExpirationDays()expirationDays - `AWS::CustomerProfiles::ObjectType.ExpirationDays`.this@Stability(value=Stable) public CfnObjectTypeProps.Builder fields(IResolvable fields)
CfnObjectTypeProps.getFields()fields - `AWS::CustomerProfiles::ObjectType.Fields`.this@Stability(value=Stable) public CfnObjectTypeProps.Builder fields(List<? extends Object> fields)
CfnObjectTypeProps.getFields()fields - `AWS::CustomerProfiles::ObjectType.Fields`.this@Stability(value=Stable) public CfnObjectTypeProps.Builder keys(IResolvable keys)
CfnObjectTypeProps.getKeys()keys - `AWS::CustomerProfiles::ObjectType.Keys`.this@Stability(value=Stable) public CfnObjectTypeProps.Builder keys(List<? extends Object> keys)
CfnObjectTypeProps.getKeys()keys - `AWS::CustomerProfiles::ObjectType.Keys`.this@Stability(value=Stable) public CfnObjectTypeProps.Builder objectTypeName(String objectTypeName)
CfnObjectTypeProps.getObjectTypeName()objectTypeName - `AWS::CustomerProfiles::ObjectType.ObjectTypeName`.this@Stability(value=Stable) public CfnObjectTypeProps.Builder tags(List<? extends CfnTag> tags)
CfnObjectTypeProps.getTags()tags - `AWS::CustomerProfiles::ObjectType.Tags`.this@Stability(value=Stable) public CfnObjectTypeProps.Builder templateId(String templateId)
CfnObjectTypeProps.getTemplateId()templateId - `AWS::CustomerProfiles::ObjectType.TemplateId`.this@Stability(value=Stable) public CfnObjectTypeProps build()
build in interface software.amazon.jsii.Builder<CfnObjectTypeProps>CfnObjectTypePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.