Uses of Class
software.amazon.awscdk.services.redshiftserverless.CfnSnapshot.SnapshotProperty.Builder
Packages that use CfnSnapshot.SnapshotProperty.Builder
Package
Description
AWS::RedshiftServerless Construct Library
-
Uses of CfnSnapshot.SnapshotProperty.Builder in software.amazon.awscdk.services.redshiftserverless
Methods in software.amazon.awscdk.services.redshiftserverless that return CfnSnapshot.SnapshotProperty.BuilderModifier and TypeMethodDescriptionCfnSnapshot.SnapshotProperty.Builder.adminUsername
(String adminUsername) Sets the value ofCfnSnapshot.SnapshotProperty.getAdminUsername()
CfnSnapshot.SnapshotProperty.builder()
Sets the value ofCfnSnapshot.SnapshotProperty.getKmsKeyId()
CfnSnapshot.SnapshotProperty.Builder.namespaceArn
(String namespaceArn) Sets the value ofCfnSnapshot.SnapshotProperty.getNamespaceArn()
CfnSnapshot.SnapshotProperty.Builder.namespaceName
(String namespaceName) Sets the value ofCfnSnapshot.SnapshotProperty.getNamespaceName()
CfnSnapshot.SnapshotProperty.Builder.ownerAccount
(String ownerAccount) Sets the value ofCfnSnapshot.SnapshotProperty.getOwnerAccount()
CfnSnapshot.SnapshotProperty.Builder.retentionPeriod
(Number retentionPeriod) Sets the value ofCfnSnapshot.SnapshotProperty.getRetentionPeriod()
CfnSnapshot.SnapshotProperty.Builder.snapshotArn
(String snapshotArn) Sets the value ofCfnSnapshot.SnapshotProperty.getSnapshotArn()
CfnSnapshot.SnapshotProperty.Builder.snapshotCreateTime
(String snapshotCreateTime) Sets the value ofCfnSnapshot.SnapshotProperty.getSnapshotCreateTime()
CfnSnapshot.SnapshotProperty.Builder.snapshotName
(String snapshotName) Sets the value ofCfnSnapshot.SnapshotProperty.getSnapshotName()
Sets the value ofCfnSnapshot.SnapshotProperty.getStatus()
Constructors in software.amazon.awscdk.services.redshiftserverless with parameters of type CfnSnapshot.SnapshotProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnSnapshot.SnapshotProperty.Builder
.