Uses of Class
software.amazon.awscdk.services.customerprofiles.CfnObjectTypeProps.Builder
Packages that use CfnObjectTypeProps.Builder
Package
Description
AWS::CustomerProfiles Construct Library
-
Uses of CfnObjectTypeProps.Builder in software.amazon.awscdk.services.customerprofiles
Methods in software.amazon.awscdk.services.customerprofiles that return CfnObjectTypeProps.BuilderModifier and TypeMethodDescriptionCfnObjectTypeProps.Builder.allowProfileCreation(Boolean allowProfileCreation) Sets the value ofCfnObjectTypeProps.getAllowProfileCreation()CfnObjectTypeProps.Builder.allowProfileCreation(IResolvable allowProfileCreation) Sets the value ofCfnObjectTypeProps.getAllowProfileCreation()static CfnObjectTypeProps.BuilderCfnObjectTypeProps.builder()CfnObjectTypeProps.Builder.description(String description) Sets the value ofCfnObjectTypeProps.getDescription()CfnObjectTypeProps.Builder.domainName(String domainName) Sets the value ofCfnObjectTypeProps.getDomainName()CfnObjectTypeProps.Builder.encryptionKey(String encryptionKey) Sets the value ofCfnObjectTypeProps.getEncryptionKey()CfnObjectTypeProps.Builder.expirationDays(Number expirationDays) Sets the value ofCfnObjectTypeProps.getExpirationDays()Sets the value ofCfnObjectTypeProps.getFields()CfnObjectTypeProps.Builder.fields(IResolvable fields) Sets the value ofCfnObjectTypeProps.getFields()Sets the value ofCfnObjectTypeProps.getKeys()CfnObjectTypeProps.Builder.keys(IResolvable keys) Sets the value ofCfnObjectTypeProps.getKeys()CfnObjectTypeProps.Builder.objectTypeName(String objectTypeName) Sets the value ofCfnObjectTypeProps.getObjectTypeName()CfnObjectTypeProps.Builder.sourceLastUpdatedTimestampFormat(String sourceLastUpdatedTimestampFormat) Sets the value ofCfnObjectTypeProps.getSourceLastUpdatedTimestampFormat()Sets the value ofCfnObjectTypeProps.getTags()CfnObjectTypeProps.Builder.templateId(String templateId) Sets the value ofCfnObjectTypeProps.getTemplateId()Constructors in software.amazon.awscdk.services.customerprofiles with parameters of type CfnObjectTypeProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnObjectTypeProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnObjectTypeProps.Builder.