| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsRedshiftClusterPendingModifiedValues.Builder |
AwsRedshiftClusterPendingModifiedValues.Builder.automatedSnapshotRetentionPeriod(Integer automatedSnapshotRetentionPeriod)
The pending or in-progress change to the automated snapshot retention period.
|
static AwsRedshiftClusterPendingModifiedValues.Builder |
AwsRedshiftClusterPendingModifiedValues.builder() |
AwsRedshiftClusterPendingModifiedValues.Builder |
AwsRedshiftClusterPendingModifiedValues.Builder.clusterIdentifier(String clusterIdentifier)
The pending or in-progress change to the identifier for the cluster.
|
AwsRedshiftClusterPendingModifiedValues.Builder |
AwsRedshiftClusterPendingModifiedValues.Builder.clusterType(String clusterType)
The pending or in-progress change to the cluster type.
|
AwsRedshiftClusterPendingModifiedValues.Builder |
AwsRedshiftClusterPendingModifiedValues.Builder.clusterVersion(String clusterVersion)
The pending or in-progress change to the service version.
|
AwsRedshiftClusterPendingModifiedValues.Builder |
AwsRedshiftClusterPendingModifiedValues.Builder.encryptionType(String encryptionType)
The encryption type for a cluster.
|
AwsRedshiftClusterPendingModifiedValues.Builder |
AwsRedshiftClusterPendingModifiedValues.Builder.enhancedVpcRouting(Boolean enhancedVpcRouting)
Indicates whether to create the cluster with enhanced VPC routing enabled.
|
AwsRedshiftClusterPendingModifiedValues.Builder |
AwsRedshiftClusterPendingModifiedValues.Builder.maintenanceTrackName(String maintenanceTrackName)
The name of the maintenance track that the cluster changes to during the next maintenance window.
|
AwsRedshiftClusterPendingModifiedValues.Builder |
AwsRedshiftClusterPendingModifiedValues.Builder.masterUserPassword(String masterUserPassword)
The pending or in-progress change to the master user password for the cluster.
|
AwsRedshiftClusterPendingModifiedValues.Builder |
AwsRedshiftClusterPendingModifiedValues.Builder.nodeType(String nodeType)
The pending or in-progress change to the cluster's node type.
|
AwsRedshiftClusterPendingModifiedValues.Builder |
AwsRedshiftClusterPendingModifiedValues.Builder.numberOfNodes(Integer numberOfNodes)
The pending or in-progress change to the number of nodes in the cluster.
|
AwsRedshiftClusterPendingModifiedValues.Builder |
AwsRedshiftClusterPendingModifiedValues.Builder.publiclyAccessible(Boolean publiclyAccessible)
The pending or in-progress change to whether the cluster can be connected to from the public network.
|
AwsRedshiftClusterPendingModifiedValues.Builder |
AwsRedshiftClusterPendingModifiedValues.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsRedshiftClusterPendingModifiedValues.Builder> |
AwsRedshiftClusterPendingModifiedValues.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.pendingModifiedValues(Consumer<AwsRedshiftClusterPendingModifiedValues.Builder> pendingModifiedValues)
A list of changes to the cluster that are currently pending.
|
Copyright © 2023. All rights reserved.