Uses of Class
software.amazon.awscdk.services.redshift.ClusterProps.Builder
Packages that use ClusterProps.Builder
-
Uses of ClusterProps.Builder in software.amazon.awscdk.services.redshift
Methods in software.amazon.awscdk.services.redshift that return ClusterProps.BuilderModifier and TypeMethodDescriptionstatic ClusterProps.BuilderClusterProps.builder()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()Sets the value ofClusterProps.getEncrypted()ClusterProps.Builder.encryptionKey(IKey encryptionKey) Sets the value ofClusterProps.getEncryptionKey()ClusterProps.Builder.loggingBucket(IBucket loggingBucket) Sets the value ofClusterProps.getLoggingBucket()ClusterProps.Builder.loggingKeyPrefix(String loggingKeyPrefix) Sets the value ofClusterProps.getLoggingKeyPrefix()ClusterProps.Builder.masterUser(Login masterUser) Sets the value ofClusterProps.getMasterUser()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.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()Constructors in software.amazon.awscdk.services.redshift with parameters of type ClusterProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(ClusterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theClusterProps.Builder.