| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsRedshiftClusterPendingModifiedValues |
AwsRedshiftClusterPendingModifiedValues.clone() |
AwsRedshiftClusterPendingModifiedValues |
AwsRedshiftClusterDetails.getPendingModifiedValues()
A list of changes to the cluster that are currently pending.
|
AwsRedshiftClusterPendingModifiedValues |
AwsRedshiftClusterPendingModifiedValues.withAutomatedSnapshotRetentionPeriod(Integer automatedSnapshotRetentionPeriod)
The pending or in-progress change to the automated snapshot retention period.
|
AwsRedshiftClusterPendingModifiedValues |
AwsRedshiftClusterPendingModifiedValues.withClusterIdentifier(String clusterIdentifier)
The pending or in-progress change to the identifier for the cluster.
|
AwsRedshiftClusterPendingModifiedValues |
AwsRedshiftClusterPendingModifiedValues.withClusterType(String clusterType)
The pending or in-progress change to the cluster type.
|
AwsRedshiftClusterPendingModifiedValues |
AwsRedshiftClusterPendingModifiedValues.withClusterVersion(String clusterVersion)
The pending or in-progress change to the service version.
|
AwsRedshiftClusterPendingModifiedValues |
AwsRedshiftClusterPendingModifiedValues.withEncryptionType(String encryptionType)
The encryption type for a cluster.
|
AwsRedshiftClusterPendingModifiedValues |
AwsRedshiftClusterPendingModifiedValues.withEnhancedVpcRouting(Boolean enhancedVpcRouting)
Indicates whether to create the cluster with enhanced VPC routing enabled.
|
AwsRedshiftClusterPendingModifiedValues |
AwsRedshiftClusterPendingModifiedValues.withMaintenanceTrackName(String maintenanceTrackName)
The name of the maintenance track that the cluster changes to during the next maintenance window.
|
AwsRedshiftClusterPendingModifiedValues |
AwsRedshiftClusterPendingModifiedValues.withMasterUserPassword(String masterUserPassword)
The pending or in-progress change to the master user password for the cluster.
|
AwsRedshiftClusterPendingModifiedValues |
AwsRedshiftClusterPendingModifiedValues.withNodeType(String nodeType)
The pending or in-progress change to the cluster's node type.
|
AwsRedshiftClusterPendingModifiedValues |
AwsRedshiftClusterPendingModifiedValues.withNumberOfNodes(Integer numberOfNodes)
The pending or in-progress change to the number of nodes in the cluster.
|
AwsRedshiftClusterPendingModifiedValues |
AwsRedshiftClusterPendingModifiedValues.withPubliclyAccessible(Boolean publiclyAccessible)
The pending or in-progress change to whether the cluster can be connected to from the public network.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsRedshiftClusterDetails.setPendingModifiedValues(AwsRedshiftClusterPendingModifiedValues pendingModifiedValues)
A list of changes to the cluster that are currently pending.
|
AwsRedshiftClusterDetails |
AwsRedshiftClusterDetails.withPendingModifiedValues(AwsRedshiftClusterPendingModifiedValues pendingModifiedValues)
A list of changes to the cluster that are currently pending.
|
Copyright © 2022. All rights reserved.