public static interface AwsRedshiftClusterPendingModifiedValues.Builder extends SdkPojo, CopyableBuilder<AwsRedshiftClusterPendingModifiedValues.Builder,AwsRedshiftClusterPendingModifiedValues>
| Modifier and Type | Method and Description |
|---|---|
AwsRedshiftClusterPendingModifiedValues.Builder |
automatedSnapshotRetentionPeriod(Integer automatedSnapshotRetentionPeriod)
The pending or in-progress change to the automated snapshot retention period.
|
AwsRedshiftClusterPendingModifiedValues.Builder |
clusterIdentifier(String clusterIdentifier)
The pending or in-progress change to the identifier for the cluster.
|
AwsRedshiftClusterPendingModifiedValues.Builder |
clusterType(String clusterType)
The pending or in-progress change to the cluster type.
|
AwsRedshiftClusterPendingModifiedValues.Builder |
clusterVersion(String clusterVersion)
The pending or in-progress change to the service version.
|
AwsRedshiftClusterPendingModifiedValues.Builder |
encryptionType(String encryptionType)
The encryption type for a cluster.
|
AwsRedshiftClusterPendingModifiedValues.Builder |
enhancedVpcRouting(Boolean enhancedVpcRouting)
Indicates whether to create the cluster with enhanced VPC routing enabled.
|
AwsRedshiftClusterPendingModifiedValues.Builder |
maintenanceTrackName(String maintenanceTrackName)
The name of the maintenance track that the cluster changes to during the next maintenance window.
|
AwsRedshiftClusterPendingModifiedValues.Builder |
masterUserPassword(String masterUserPassword)
The pending or in-progress change to the master user password for the cluster.
|
AwsRedshiftClusterPendingModifiedValues.Builder |
nodeType(String nodeType)
The pending or in-progress change to the cluster's node type.
|
AwsRedshiftClusterPendingModifiedValues.Builder |
numberOfNodes(Integer numberOfNodes)
The pending or in-progress change to the number of nodes in the cluster.
|
AwsRedshiftClusterPendingModifiedValues.Builder |
publiclyAccessible(Boolean publiclyAccessible)
The pending or in-progress change to whether the cluster can be connected to from the public network.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsRedshiftClusterPendingModifiedValues.Builder automatedSnapshotRetentionPeriod(Integer automatedSnapshotRetentionPeriod)
The pending or in-progress change to the automated snapshot retention period.
automatedSnapshotRetentionPeriod - The pending or in-progress change to the automated snapshot retention period.AwsRedshiftClusterPendingModifiedValues.Builder clusterIdentifier(String clusterIdentifier)
The pending or in-progress change to the identifier for the cluster.
clusterIdentifier - The pending or in-progress change to the identifier for the cluster.AwsRedshiftClusterPendingModifiedValues.Builder clusterType(String clusterType)
The pending or in-progress change to the cluster type.
clusterType - The pending or in-progress change to the cluster type.AwsRedshiftClusterPendingModifiedValues.Builder clusterVersion(String clusterVersion)
The pending or in-progress change to the service version.
clusterVersion - The pending or in-progress change to the service version.AwsRedshiftClusterPendingModifiedValues.Builder encryptionType(String encryptionType)
The encryption type for a cluster.
encryptionType - The encryption type for a cluster.AwsRedshiftClusterPendingModifiedValues.Builder enhancedVpcRouting(Boolean enhancedVpcRouting)
Indicates whether to create the cluster with enhanced VPC routing enabled.
enhancedVpcRouting - Indicates whether to create the cluster with enhanced VPC routing enabled.AwsRedshiftClusterPendingModifiedValues.Builder maintenanceTrackName(String maintenanceTrackName)
The name of the maintenance track that the cluster changes to during the next maintenance window.
maintenanceTrackName - The name of the maintenance track that the cluster changes to during the next maintenance window.AwsRedshiftClusterPendingModifiedValues.Builder masterUserPassword(String masterUserPassword)
The pending or in-progress change to the master user password for the cluster.
masterUserPassword - The pending or in-progress change to the master user password for the cluster.AwsRedshiftClusterPendingModifiedValues.Builder nodeType(String nodeType)
The pending or in-progress change to the cluster's node type.
nodeType - The pending or in-progress change to the cluster's node type.AwsRedshiftClusterPendingModifiedValues.Builder numberOfNodes(Integer numberOfNodes)
The pending or in-progress change to the number of nodes in the cluster.
numberOfNodes - The pending or in-progress change to the number of nodes in the cluster.AwsRedshiftClusterPendingModifiedValues.Builder publiclyAccessible(Boolean publiclyAccessible)
The pending or in-progress change to whether the cluster can be connected to from the public network.
publiclyAccessible - The pending or in-progress change to whether the cluster can be connected to from the public network.Copyright © 2023. All rights reserved.