public static interface PendingModifiedValues.Builder extends SdkPojo, CopyableBuilder<PendingModifiedValues.Builder,PendingModifiedValues>
Modifier and Type | Method and Description |
---|---|
PendingModifiedValues.Builder |
automatedSnapshotRetentionPeriod(Integer automatedSnapshotRetentionPeriod)
The pending or in-progress change of the automated snapshot retention period.
|
PendingModifiedValues.Builder |
clusterIdentifier(String clusterIdentifier)
The pending or in-progress change of the new identifier for the cluster.
|
PendingModifiedValues.Builder |
clusterType(String clusterType)
The pending or in-progress change of the cluster type.
|
PendingModifiedValues.Builder |
clusterVersion(String clusterVersion)
The pending or in-progress change of the service version.
|
PendingModifiedValues.Builder |
encryptionType(String encryptionType)
The encryption type for a cluster.
|
PendingModifiedValues.Builder |
enhancedVpcRouting(Boolean enhancedVpcRouting)
An option that specifies whether to create the cluster with enhanced VPC routing enabled.
|
PendingModifiedValues.Builder |
maintenanceTrackName(String maintenanceTrackName)
The name of the maintenance track that the cluster will change to during the next maintenance window.
|
PendingModifiedValues.Builder |
masterUserPassword(String masterUserPassword)
The pending or in-progress change of the master user password for the cluster.
|
PendingModifiedValues.Builder |
nodeType(String nodeType)
The pending or in-progress change of the cluster's node type.
|
PendingModifiedValues.Builder |
numberOfNodes(Integer numberOfNodes)
The pending or in-progress change of the number of nodes in the cluster.
|
PendingModifiedValues.Builder |
publiclyAccessible(Boolean publiclyAccessible)
The pending or in-progress change of the ability to connect to the cluster from the public network.
|
copy
applyMutation, build
PendingModifiedValues.Builder masterUserPassword(String masterUserPassword)
The pending or in-progress change of the master user password for the cluster.
masterUserPassword
- The pending or in-progress change of the master user password for the cluster.PendingModifiedValues.Builder nodeType(String nodeType)
The pending or in-progress change of the cluster's node type.
nodeType
- The pending or in-progress change of the cluster's node type.PendingModifiedValues.Builder numberOfNodes(Integer numberOfNodes)
The pending or in-progress change of the number of nodes in the cluster.
numberOfNodes
- The pending or in-progress change of the number of nodes in the cluster.PendingModifiedValues.Builder clusterType(String clusterType)
The pending or in-progress change of the cluster type.
clusterType
- The pending or in-progress change of the cluster type.PendingModifiedValues.Builder clusterVersion(String clusterVersion)
The pending or in-progress change of the service version.
clusterVersion
- The pending or in-progress change of the service version.PendingModifiedValues.Builder automatedSnapshotRetentionPeriod(Integer automatedSnapshotRetentionPeriod)
The pending or in-progress change of the automated snapshot retention period.
automatedSnapshotRetentionPeriod
- The pending or in-progress change of the automated snapshot retention period.PendingModifiedValues.Builder clusterIdentifier(String clusterIdentifier)
The pending or in-progress change of the new identifier for the cluster.
clusterIdentifier
- The pending or in-progress change of the new identifier for the cluster.PendingModifiedValues.Builder publiclyAccessible(Boolean publiclyAccessible)
The pending or in-progress change of the ability to connect to the cluster from the public network.
publiclyAccessible
- The pending or in-progress change of the ability to connect to the cluster from the public network.PendingModifiedValues.Builder enhancedVpcRouting(Boolean enhancedVpcRouting)
An option that specifies whether to create the cluster with enhanced VPC routing enabled. To create a cluster that uses enhanced VPC routing, the cluster must be in a VPC. For more information, see Enhanced VPC Routing in the Amazon Redshift Cluster Management Guide.
If this option is true
, enhanced VPC routing is enabled.
Default: false
enhancedVpcRouting
- An option that specifies whether to create the cluster with enhanced VPC routing enabled. To create a
cluster that uses enhanced VPC routing, the cluster must be in a VPC. For more information, see Enhanced VPC
Routing in the Amazon Redshift Cluster Management Guide.
If this option is true
, enhanced VPC routing is enabled.
Default: false
PendingModifiedValues.Builder maintenanceTrackName(String maintenanceTrackName)
The name of the maintenance track that the cluster will change to during the next maintenance window.
maintenanceTrackName
- The name of the maintenance track that the cluster will change to during the next maintenance window.PendingModifiedValues.Builder encryptionType(String encryptionType)
The encryption type for a cluster. Possible values are: KMS and None. For the China region the possible values are None, and Legacy.
encryptionType
- The encryption type for a cluster. Possible values are: KMS and None. For the China region the
possible values are None, and Legacy.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.