@Generated(value="software.amazon.awssdk:codegen") public final class AwsRedshiftClusterPendingModifiedValues extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsRedshiftClusterPendingModifiedValues.Builder,AwsRedshiftClusterPendingModifiedValues>
Changes to the Amazon Redshift cluster that are currently pending.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsRedshiftClusterPendingModifiedValues.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
automatedSnapshotRetentionPeriod()
The pending or in-progress change to the automated snapshot retention period.
|
static AwsRedshiftClusterPendingModifiedValues.Builder |
builder() |
String |
clusterIdentifier()
The pending or in-progress change to the identifier for the cluster.
|
String |
clusterType()
The pending or in-progress change to the cluster type.
|
String |
clusterVersion()
The pending or in-progress change to the service version.
|
String |
encryptionType()
The encryption type for a cluster.
|
Boolean |
enhancedVpcRouting()
Indicates whether to create the cluster with enhanced VPC routing enabled.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
maintenanceTrackName()
The name of the maintenance track that the cluster changes to during the next maintenance window.
|
String |
masterUserPassword()
The pending or in-progress change to the master user password for the cluster.
|
String |
nodeType()
The pending or in-progress change to the cluster's node type.
|
Integer |
numberOfNodes()
The pending or in-progress change to the number of nodes in the cluster.
|
Boolean |
publiclyAccessible()
The pending or in-progress change to whether the cluster can be connected to from the public network.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsRedshiftClusterPendingModifiedValues.Builder> |
serializableBuilderClass() |
AwsRedshiftClusterPendingModifiedValues.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer automatedSnapshotRetentionPeriod()
The pending or in-progress change to the automated snapshot retention period.
public final String clusterIdentifier()
The pending or in-progress change to the identifier for the cluster.
public final String clusterType()
The pending or in-progress change to the cluster type.
public final String clusterVersion()
The pending or in-progress change to the service version.
public final String encryptionType()
The encryption type for a cluster.
public final Boolean enhancedVpcRouting()
Indicates whether to create the cluster with enhanced VPC routing enabled.
public final String maintenanceTrackName()
The name of the maintenance track that the cluster changes to during the next maintenance window.
public final String masterUserPassword()
The pending or in-progress change to the master user password for the cluster.
public final String nodeType()
The pending or in-progress change to the cluster's node type.
public final Integer numberOfNodes()
The pending or in-progress change to the number of nodes in the cluster.
public final Boolean publiclyAccessible()
The pending or in-progress change to whether the cluster can be connected to from the public network.
public AwsRedshiftClusterPendingModifiedValues.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsRedshiftClusterPendingModifiedValues.Builder,AwsRedshiftClusterPendingModifiedValues>public static AwsRedshiftClusterPendingModifiedValues.Builder builder()
public static Class<? extends AwsRedshiftClusterPendingModifiedValues.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.