@Stability(value=Stable) public static final class CfnObjectType.Builder extends Object implements software.amazon.jsii.Builder<CfnObjectType>
CfnObjectType.| Modifier and Type | Method and Description |
|---|---|
CfnObjectType.Builder |
allowProfileCreation(Boolean allowProfileCreation)
`AWS::CustomerProfiles::ObjectType.AllowProfileCreation`.
|
CfnObjectType.Builder |
allowProfileCreation(IResolvable allowProfileCreation)
`AWS::CustomerProfiles::ObjectType.AllowProfileCreation`.
|
CfnObjectType |
build() |
static CfnObjectType.Builder |
create(software.constructs.Construct scope,
String id) |
CfnObjectType.Builder |
description(String description)
`AWS::CustomerProfiles::ObjectType.Description`.
|
CfnObjectType.Builder |
domainName(String domainName)
`AWS::CustomerProfiles::ObjectType.DomainName`.
|
CfnObjectType.Builder |
encryptionKey(String encryptionKey)
`AWS::CustomerProfiles::ObjectType.EncryptionKey`.
|
CfnObjectType.Builder |
expirationDays(Number expirationDays)
`AWS::CustomerProfiles::ObjectType.ExpirationDays`.
|
CfnObjectType.Builder |
fields(IResolvable fields)
`AWS::CustomerProfiles::ObjectType.Fields`.
|
CfnObjectType.Builder |
fields(List<? extends Object> fields)
`AWS::CustomerProfiles::ObjectType.Fields`.
|
CfnObjectType.Builder |
keys(IResolvable keys)
`AWS::CustomerProfiles::ObjectType.Keys`.
|
CfnObjectType.Builder |
keys(List<? extends Object> keys)
`AWS::CustomerProfiles::ObjectType.Keys`.
|
CfnObjectType.Builder |
objectTypeName(String objectTypeName)
`AWS::CustomerProfiles::ObjectType.ObjectTypeName`.
|
CfnObjectType.Builder |
tags(List<? extends CfnTag> tags)
`AWS::CustomerProfiles::ObjectType.Tags`.
|
CfnObjectType.Builder |
templateId(String templateId)
`AWS::CustomerProfiles::ObjectType.TemplateId`.
|
@Stability(value=Stable) public static CfnObjectType.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnObjectType.FieldMapProperty.Builder.@Stability(value=Stable) public CfnObjectType.Builder domainName(String domainName)
domainName - `AWS::CustomerProfiles::ObjectType.DomainName`. This parameter is required.this@Stability(value=Stable) public CfnObjectType.Builder allowProfileCreation(Boolean allowProfileCreation)
allowProfileCreation - `AWS::CustomerProfiles::ObjectType.AllowProfileCreation`. This parameter is required.this@Stability(value=Stable) public CfnObjectType.Builder allowProfileCreation(IResolvable allowProfileCreation)
allowProfileCreation - `AWS::CustomerProfiles::ObjectType.AllowProfileCreation`. This parameter is required.this@Stability(value=Stable) public CfnObjectType.Builder description(String description)
description - `AWS::CustomerProfiles::ObjectType.Description`. This parameter is required.this@Stability(value=Stable) public CfnObjectType.Builder encryptionKey(String encryptionKey)
encryptionKey - `AWS::CustomerProfiles::ObjectType.EncryptionKey`. This parameter is required.this@Stability(value=Stable) public CfnObjectType.Builder expirationDays(Number expirationDays)
expirationDays - `AWS::CustomerProfiles::ObjectType.ExpirationDays`. This parameter is required.this@Stability(value=Stable) public CfnObjectType.Builder fields(IResolvable fields)
fields - `AWS::CustomerProfiles::ObjectType.Fields`. This parameter is required.this@Stability(value=Stable) public CfnObjectType.Builder fields(List<? extends Object> fields)
fields - `AWS::CustomerProfiles::ObjectType.Fields`. This parameter is required.this@Stability(value=Stable) public CfnObjectType.Builder keys(IResolvable keys)
keys - `AWS::CustomerProfiles::ObjectType.Keys`. This parameter is required.this@Stability(value=Stable) public CfnObjectType.Builder keys(List<? extends Object> keys)
keys - `AWS::CustomerProfiles::ObjectType.Keys`. This parameter is required.this@Stability(value=Stable) public CfnObjectType.Builder objectTypeName(String objectTypeName)
objectTypeName - `AWS::CustomerProfiles::ObjectType.ObjectTypeName`. This parameter is required.this@Stability(value=Stable) public CfnObjectType.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::CustomerProfiles::ObjectType.Tags`. This parameter is required.this@Stability(value=Stable) public CfnObjectType.Builder templateId(String templateId)
templateId - `AWS::CustomerProfiles::ObjectType.TemplateId`. This parameter is required.this@Stability(value=Stable) public CfnObjectType build()
build in interface software.amazon.jsii.Builder<CfnObjectType>Copyright © 2021. All rights reserved.