Package | Description |
---|---|
com.amazonaws.services.redshift.model | |
com.amazonaws.services.redshift.model.transform |
Modifier and Type | Field and Description |
---|---|
private PendingModifiedValues |
Cluster.pendingModifiedValues
If present, changes to the cluster are pending.
|
Modifier and Type | Method and Description |
---|---|
PendingModifiedValues |
PendingModifiedValues.clone() |
PendingModifiedValues |
Cluster.getPendingModifiedValues()
If present, changes to the cluster are pending.
|
PendingModifiedValues |
PendingModifiedValues.withAutomatedSnapshotRetentionPeriod(java.lang.Integer automatedSnapshotRetentionPeriod)
The pending or in-progress change of the automated snapshot retention
period.
|
PendingModifiedValues |
PendingModifiedValues.withClusterIdentifier(java.lang.String clusterIdentifier)
The pending or in-progress change of the new identifier for the cluster.
|
PendingModifiedValues |
PendingModifiedValues.withClusterType(java.lang.String clusterType)
The pending or in-progress change of the cluster type.
|
PendingModifiedValues |
PendingModifiedValues.withClusterVersion(java.lang.String clusterVersion)
The pending or in-progress change of the service version.
|
PendingModifiedValues |
PendingModifiedValues.withMasterUserPassword(java.lang.String masterUserPassword)
The pending or in-progress change of the master user password for the
cluster.
|
PendingModifiedValues |
PendingModifiedValues.withNodeType(java.lang.String nodeType)
The pending or in-progress change of the cluster's node type.
|
PendingModifiedValues |
PendingModifiedValues.withNumberOfNodes(java.lang.Integer numberOfNodes)
The pending or in-progress change of the number of nodes in the cluster.
|
PendingModifiedValues |
PendingModifiedValues.withPubliclyAccessible(java.lang.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)
If present, changes to the cluster are pending.
|
Cluster |
Cluster.withPendingModifiedValues(PendingModifiedValues pendingModifiedValues)
If present, changes to the cluster are pending.
|
Modifier and Type | Method and Description |
---|---|
PendingModifiedValues |
PendingModifiedValuesStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |