Package | Description |
---|---|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
PendingModifiedValues |
PendingModifiedValues.clone() |
PendingModifiedValues |
Cluster.getPendingModifiedValues()
A value that, if present, indicates that changes to the cluster are pending.
|
PendingModifiedValues |
PendingModifiedValues.withAutomatedSnapshotRetentionPeriod(Integer automatedSnapshotRetentionPeriod)
The pending or in-progress change of the automated snapshot retention period.
|
PendingModifiedValues |
PendingModifiedValues.withClusterIdentifier(String clusterIdentifier)
The pending or in-progress change of the new identifier for the cluster.
|
PendingModifiedValues |
PendingModifiedValues.withClusterType(String clusterType)
The pending or in-progress change of the cluster type.
|
PendingModifiedValues |
PendingModifiedValues.withClusterVersion(String clusterVersion)
The pending or in-progress change of the service version.
|
PendingModifiedValues |
PendingModifiedValues.withEncryptionType(String encryptionType)
The encryption type for a cluster.
|
PendingModifiedValues |
PendingModifiedValues.withEnhancedVpcRouting(Boolean enhancedVpcRouting)
An option that specifies whether to create the cluster with enhanced VPC routing enabled.
|
PendingModifiedValues |
PendingModifiedValues.withMaintenanceTrackName(String maintenanceTrackName)
The name of the maintenance track that the cluster will change to during the next maintenance window.
|
PendingModifiedValues |
PendingModifiedValues.withMasterUserPassword(String masterUserPassword)
The pending or in-progress change of the admin user password for the cluster.
|
PendingModifiedValues |
PendingModifiedValues.withNodeType(String nodeType)
The pending or in-progress change of the cluster's node type.
|
PendingModifiedValues |
PendingModifiedValues.withNumberOfNodes(Integer numberOfNodes)
The pending or in-progress change of the number of nodes in the cluster.
|
PendingModifiedValues |
PendingModifiedValues.withPubliclyAccessible(Boolean publiclyAccessible)
The pending or in-progress change of the ability to connect to the cluster from the public network.
|
Modifier and Type | Method and Description |
---|---|
void |
Cluster.setPendingModifiedValues(PendingModifiedValues pendingModifiedValues)
A value that, if present, indicates that changes to the cluster are pending.
|
Cluster |
Cluster.withPendingModifiedValues(PendingModifiedValues pendingModifiedValues)
A value that, if present, indicates that changes to the cluster are pending.
|
Copyright © 2023. All rights reserved.