Uses of Class
software.amazon.awscdk.services.redshift.alpha.ClusterProps.Builder
Package
Description
Amazon Redshift Construct Library
-
Uses of ClusterProps.Builder in software.amazon.awscdk.services.redshift.alpha
Modifier and TypeMethodDescriptionstatic ClusterProps.Builder
ClusterProps.builder()
ClusterProps.Builder.classicResizing
(Boolean classicResizing) Sets the value ofClusterProps.getClassicResizing()
ClusterProps.Builder.clusterName
(String clusterName) Sets the value ofClusterProps.getClusterName()
ClusterProps.Builder.clusterType
(ClusterType clusterType) Sets the value ofClusterProps.getClusterType()
ClusterProps.Builder.defaultDatabaseName
(String defaultDatabaseName) Sets the value ofClusterProps.getDefaultDatabaseName()
ClusterProps.Builder.defaultRole
(IRole defaultRole) Sets the value ofClusterProps.getDefaultRole()
Sets the value ofClusterProps.getElasticIp()
Sets the value ofClusterProps.getEncrypted()
ClusterProps.Builder.encryptionKey
(IKey encryptionKey) Sets the value ofClusterProps.getEncryptionKey()
ClusterProps.Builder.enhancedVpcRouting
(Boolean enhancedVpcRouting) Sets the value ofClusterProps.getEnhancedVpcRouting()
ClusterProps.Builder.loggingProperties
(LoggingProperties loggingProperties) Sets the value ofClusterProps.getLoggingProperties()
ClusterProps.Builder.masterUser
(Login masterUser) Sets the value ofClusterProps.getMasterUser()
Sets the value ofClusterProps.getMultiAz()
Sets the value ofClusterProps.getNodeType()
ClusterProps.Builder.numberOfNodes
(Number numberOfNodes) Sets the value ofClusterProps.getNumberOfNodes()
ClusterProps.Builder.parameterGroup
(IClusterParameterGroup parameterGroup) Sets the value ofClusterProps.getParameterGroup()
Sets the value ofClusterProps.getPort()
ClusterProps.Builder.preferredMaintenanceWindow
(String preferredMaintenanceWindow) Sets the value ofClusterProps.getPreferredMaintenanceWindow()
ClusterProps.Builder.publiclyAccessible
(Boolean publiclyAccessible) Sets the value ofClusterProps.getPubliclyAccessible()
ClusterProps.Builder.rebootForParameterChanges
(Boolean rebootForParameterChanges) Sets the value ofClusterProps.getRebootForParameterChanges()
ClusterProps.Builder.removalPolicy
(RemovalPolicy removalPolicy) Sets the value ofClusterProps.getRemovalPolicy()
Sets the value ofClusterProps.getRoles()
ClusterProps.Builder.securityGroups
(List<? extends ISecurityGroup> securityGroups) Sets the value ofClusterProps.getSecurityGroups()
ClusterProps.Builder.subnetGroup
(IClusterSubnetGroup subnetGroup) Sets the value ofClusterProps.getSubnetGroup()
Sets the value ofClusterProps.getVpc()
ClusterProps.Builder.vpcSubnets
(SubnetSelection vpcSubnets) Sets the value ofClusterProps.getVpcSubnets()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ClusterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theClusterProps.Builder
.