Uses of Class
software.amazon.awscdk.services.redshiftserverless.CfnNamespaceProps.Builder
Package
Description
AWS::RedshiftServerless Construct Library
-
Uses of CfnNamespaceProps.Builder in software.amazon.awscdk.services.redshiftserverless
Modifier and TypeMethodDescriptionCfnNamespaceProps.Builder.adminPasswordSecretKmsKeyId
(String adminPasswordSecretKmsKeyId) Sets the value ofCfnNamespaceProps.getAdminPasswordSecretKmsKeyId()
CfnNamespaceProps.Builder.adminUsername
(String adminUsername) Sets the value ofCfnNamespaceProps.getAdminUsername()
CfnNamespaceProps.Builder.adminUserPassword
(String adminUserPassword) Sets the value ofCfnNamespaceProps.getAdminUserPassword()
static CfnNamespaceProps.Builder
CfnNamespaceProps.builder()
Sets the value ofCfnNamespaceProps.getDbName()
CfnNamespaceProps.Builder.defaultIamRoleArn
(String defaultIamRoleArn) Sets the value ofCfnNamespaceProps.getDefaultIamRoleArn()
CfnNamespaceProps.Builder.finalSnapshotName
(String finalSnapshotName) Sets the value ofCfnNamespaceProps.getFinalSnapshotName()
CfnNamespaceProps.Builder.finalSnapshotRetentionPeriod
(Number finalSnapshotRetentionPeriod) Sets the value ofCfnNamespaceProps.getFinalSnapshotRetentionPeriod()
Sets the value ofCfnNamespaceProps.getIamRoles()
Sets the value ofCfnNamespaceProps.getKmsKeyId()
CfnNamespaceProps.Builder.logExports
(List<String> logExports) Sets the value ofCfnNamespaceProps.getLogExports()
CfnNamespaceProps.Builder.manageAdminPassword
(Boolean manageAdminPassword) Sets the value ofCfnNamespaceProps.getManageAdminPassword()
CfnNamespaceProps.Builder.manageAdminPassword
(IResolvable manageAdminPassword) Sets the value ofCfnNamespaceProps.getManageAdminPassword()
CfnNamespaceProps.Builder.namespaceName
(String namespaceName) Sets the value ofCfnNamespaceProps.getNamespaceName()
CfnNamespaceProps.Builder.namespaceResourcePolicy
(Object namespaceResourcePolicy) Sets the value ofCfnNamespaceProps.getNamespaceResourcePolicy()
CfnNamespaceProps.Builder.redshiftIdcApplicationArn
(String redshiftIdcApplicationArn) Sets the value ofCfnNamespaceProps.getRedshiftIdcApplicationArn()
CfnNamespaceProps.Builder.snapshotCopyConfigurations
(List<? extends Object> snapshotCopyConfigurations) Sets the value ofCfnNamespaceProps.getSnapshotCopyConfigurations()
CfnNamespaceProps.Builder.snapshotCopyConfigurations
(IResolvable snapshotCopyConfigurations) Sets the value ofCfnNamespaceProps.getSnapshotCopyConfigurations()
Sets the value ofCfnNamespaceProps.getTags()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnNamespaceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnNamespaceProps.Builder
.