@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsRedshiftClusterDetails extends Object implements Serializable, Cloneable, StructuredPojo
Details about an Amazon Redshift cluster.
Constructor and Description |
---|
AwsRedshiftClusterDetails() |
Modifier and Type | Method and Description |
---|---|
AwsRedshiftClusterDetails |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAllowVersionUpgrade()
Indicates whether major version upgrades are applied automatically to the cluster during the maintenance window.
|
Integer |
getAutomatedSnapshotRetentionPeriod()
The number of days that automatic cluster snapshots are retained.
|
String |
getAvailabilityZone()
The name of the Availability Zone in which the cluster is located.
|
String |
getClusterAvailabilityStatus()
The availability status of the cluster for queries.
|
String |
getClusterCreateTime()
Indicates when the cluster was created.
|
String |
getClusterIdentifier()
The unique identifier of the cluster.
|
List<AwsRedshiftClusterClusterNode> |
getClusterNodes()
The nodes in the cluster.
|
List<AwsRedshiftClusterClusterParameterGroup> |
getClusterParameterGroups()
The list of cluster parameter groups that are associated with this cluster.
|
String |
getClusterPublicKey()
The public key for the cluster.
|
String |
getClusterRevisionNumber()
The specific revision number of the database in the cluster.
|
List<AwsRedshiftClusterClusterSecurityGroup> |
getClusterSecurityGroups()
A list of cluster security groups that are associated with the cluster.
|
AwsRedshiftClusterClusterSnapshotCopyStatus |
getClusterSnapshotCopyStatus()
Information about the destination Region and retention period for the cross-Region snapshot copy.
|
String |
getClusterStatus()
The current status of the cluster.
|
String |
getClusterSubnetGroupName()
The name of the subnet group that is associated with the cluster.
|
String |
getClusterVersion()
The version ID of the Amazon Redshift engine that runs on the cluster.
|
String |
getDBName()
The name of the initial database that was created when the cluster was created.
|
List<AwsRedshiftClusterDeferredMaintenanceWindow> |
getDeferredMaintenanceWindows()
List of time windows during which maintenance was deferred.
|
AwsRedshiftClusterElasticIpStatus |
getElasticIpStatus()
Information about the status of the Elastic IP (EIP) address.
|
String |
getElasticResizeNumberOfNodeOptions()
The number of nodes that you can use the elastic resize method to resize the cluster to.
|
Boolean |
getEncrypted()
Indicates whether the data in the cluster is encrypted at rest.
|
AwsRedshiftClusterEndpoint |
getEndpoint()
The connection endpoint.
|
Boolean |
getEnhancedVpcRouting()
Indicates whether to create the cluster with enhanced VPC routing enabled.
|
String |
getExpectedNextSnapshotScheduleTime()
Indicates when the next snapshot is expected to be taken.
|
String |
getExpectedNextSnapshotScheduleTimeStatus()
The status of the next expected snapshot.
|
AwsRedshiftClusterHsmStatus |
getHsmStatus()
Information about whether the Amazon Redshift cluster finished applying any changes to hardware security module
(HSM) settings that were specified in a modify cluster command.
|
List<AwsRedshiftClusterIamRole> |
getIamRoles()
A list of IAM roles that the cluster can use to access other Amazon Web Services services.
|
String |
getKmsKeyId()
The identifier of the KMS encryption key that is used to encrypt data in the cluster.
|
AwsRedshiftClusterLoggingStatus |
getLoggingStatus()
Information about the logging status of the cluster.
|
String |
getMaintenanceTrackName()
The name of the maintenance track for the cluster.
|
Integer |
getManualSnapshotRetentionPeriod()
The default number of days to retain a manual snapshot.
|
String |
getMasterUsername()
The master user name for the cluster.
|
String |
getNextMaintenanceWindowStartTime()
Indicates the start of the next maintenance window.
|
String |
getNodeType()
The node type for the nodes in the cluster.
|
Integer |
getNumberOfNodes()
The number of compute nodes in the cluster.
|
List<String> |
getPendingActions()
A list of cluster operations that are waiting to start.
|
AwsRedshiftClusterPendingModifiedValues |
getPendingModifiedValues()
A list of changes to the cluster that are currently pending.
|
String |
getPreferredMaintenanceWindow()
The weekly time range, in Universal Coordinated Time (UTC), during which system maintenance can occur.
|
Boolean |
getPubliclyAccessible()
Whether the cluster can be accessed from a public network.
|
AwsRedshiftClusterResizeInfo |
getResizeInfo()
Information about the resize operation for the cluster.
|
AwsRedshiftClusterRestoreStatus |
getRestoreStatus()
Information about the status of a cluster restore action.
|
String |
getSnapshotScheduleIdentifier()
A unique identifier for the cluster snapshot schedule.
|
String |
getSnapshotScheduleState()
The current state of the cluster snapshot schedule.
|
String |
getVpcId()
The identifier of the VPC that the cluster is in, if the cluster is in a VPC.
|
List<AwsRedshiftClusterVpcSecurityGroup> |
getVpcSecurityGroups()
The list of VPC security groups that the cluster belongs to, if the cluster is in a VPC.
|
int |
hashCode() |
Boolean |
isAllowVersionUpgrade()
Indicates whether major version upgrades are applied automatically to the cluster during the maintenance window.
|
Boolean |
isEncrypted()
Indicates whether the data in the cluster is encrypted at rest.
|
Boolean |
isEnhancedVpcRouting()
Indicates whether to create the cluster with enhanced VPC routing enabled.
|
Boolean |
isPubliclyAccessible()
Whether the cluster can be accessed from a public network.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAllowVersionUpgrade(Boolean allowVersionUpgrade)
Indicates whether major version upgrades are applied automatically to the cluster during the maintenance window.
|
void |
setAutomatedSnapshotRetentionPeriod(Integer automatedSnapshotRetentionPeriod)
The number of days that automatic cluster snapshots are retained.
|
void |
setAvailabilityZone(String availabilityZone)
The name of the Availability Zone in which the cluster is located.
|
void |
setClusterAvailabilityStatus(String clusterAvailabilityStatus)
The availability status of the cluster for queries.
|
void |
setClusterCreateTime(String clusterCreateTime)
Indicates when the cluster was created.
|
void |
setClusterIdentifier(String clusterIdentifier)
The unique identifier of the cluster.
|
void |
setClusterNodes(Collection<AwsRedshiftClusterClusterNode> clusterNodes)
The nodes in the cluster.
|
void |
setClusterParameterGroups(Collection<AwsRedshiftClusterClusterParameterGroup> clusterParameterGroups)
The list of cluster parameter groups that are associated with this cluster.
|
void |
setClusterPublicKey(String clusterPublicKey)
The public key for the cluster.
|
void |
setClusterRevisionNumber(String clusterRevisionNumber)
The specific revision number of the database in the cluster.
|
void |
setClusterSecurityGroups(Collection<AwsRedshiftClusterClusterSecurityGroup> clusterSecurityGroups)
A list of cluster security groups that are associated with the cluster.
|
void |
setClusterSnapshotCopyStatus(AwsRedshiftClusterClusterSnapshotCopyStatus clusterSnapshotCopyStatus)
Information about the destination Region and retention period for the cross-Region snapshot copy.
|
void |
setClusterStatus(String clusterStatus)
The current status of the cluster.
|
void |
setClusterSubnetGroupName(String clusterSubnetGroupName)
The name of the subnet group that is associated with the cluster.
|
void |
setClusterVersion(String clusterVersion)
The version ID of the Amazon Redshift engine that runs on the cluster.
|
void |
setDBName(String dBName)
The name of the initial database that was created when the cluster was created.
|
void |
setDeferredMaintenanceWindows(Collection<AwsRedshiftClusterDeferredMaintenanceWindow> deferredMaintenanceWindows)
List of time windows during which maintenance was deferred.
|
void |
setElasticIpStatus(AwsRedshiftClusterElasticIpStatus elasticIpStatus)
Information about the status of the Elastic IP (EIP) address.
|
void |
setElasticResizeNumberOfNodeOptions(String elasticResizeNumberOfNodeOptions)
The number of nodes that you can use the elastic resize method to resize the cluster to.
|
void |
setEncrypted(Boolean encrypted)
Indicates whether the data in the cluster is encrypted at rest.
|
void |
setEndpoint(AwsRedshiftClusterEndpoint endpoint)
The connection endpoint.
|
void |
setEnhancedVpcRouting(Boolean enhancedVpcRouting)
Indicates whether to create the cluster with enhanced VPC routing enabled.
|
void |
setExpectedNextSnapshotScheduleTime(String expectedNextSnapshotScheduleTime)
Indicates when the next snapshot is expected to be taken.
|
void |
setExpectedNextSnapshotScheduleTimeStatus(String expectedNextSnapshotScheduleTimeStatus)
The status of the next expected snapshot.
|
void |
setHsmStatus(AwsRedshiftClusterHsmStatus hsmStatus)
Information about whether the Amazon Redshift cluster finished applying any changes to hardware security module
(HSM) settings that were specified in a modify cluster command.
|
void |
setIamRoles(Collection<AwsRedshiftClusterIamRole> iamRoles)
A list of IAM roles that the cluster can use to access other Amazon Web Services services.
|
void |
setKmsKeyId(String kmsKeyId)
The identifier of the KMS encryption key that is used to encrypt data in the cluster.
|
void |
setLoggingStatus(AwsRedshiftClusterLoggingStatus loggingStatus)
Information about the logging status of the cluster.
|
void |
setMaintenanceTrackName(String maintenanceTrackName)
The name of the maintenance track for the cluster.
|
void |
setManualSnapshotRetentionPeriod(Integer manualSnapshotRetentionPeriod)
The default number of days to retain a manual snapshot.
|
void |
setMasterUsername(String masterUsername)
The master user name for the cluster.
|
void |
setNextMaintenanceWindowStartTime(String nextMaintenanceWindowStartTime)
Indicates the start of the next maintenance window.
|
void |
setNodeType(String nodeType)
The node type for the nodes in the cluster.
|
void |
setNumberOfNodes(Integer numberOfNodes)
The number of compute nodes in the cluster.
|
void |
setPendingActions(Collection<String> pendingActions)
A list of cluster operations that are waiting to start.
|
void |
setPendingModifiedValues(AwsRedshiftClusterPendingModifiedValues pendingModifiedValues)
A list of changes to the cluster that are currently pending.
|
void |
setPreferredMaintenanceWindow(String preferredMaintenanceWindow)
The weekly time range, in Universal Coordinated Time (UTC), during which system maintenance can occur.
|
void |
setPubliclyAccessible(Boolean publiclyAccessible)
Whether the cluster can be accessed from a public network.
|
void |
setResizeInfo(AwsRedshiftClusterResizeInfo resizeInfo)
Information about the resize operation for the cluster.
|
void |
setRestoreStatus(AwsRedshiftClusterRestoreStatus restoreStatus)
Information about the status of a cluster restore action.
|
void |
setSnapshotScheduleIdentifier(String snapshotScheduleIdentifier)
A unique identifier for the cluster snapshot schedule.
|
void |
setSnapshotScheduleState(String snapshotScheduleState)
The current state of the cluster snapshot schedule.
|
void |
setVpcId(String vpcId)
The identifier of the VPC that the cluster is in, if the cluster is in a VPC.
|
void |
setVpcSecurityGroups(Collection<AwsRedshiftClusterVpcSecurityGroup> vpcSecurityGroups)
The list of VPC security groups that the cluster belongs to, if the cluster is in a VPC.
|
String |
toString()
Returns a string representation of this object.
|
AwsRedshiftClusterDetails |
withAllowVersionUpgrade(Boolean allowVersionUpgrade)
Indicates whether major version upgrades are applied automatically to the cluster during the maintenance window.
|
AwsRedshiftClusterDetails |
withAutomatedSnapshotRetentionPeriod(Integer automatedSnapshotRetentionPeriod)
The number of days that automatic cluster snapshots are retained.
|
AwsRedshiftClusterDetails |
withAvailabilityZone(String availabilityZone)
The name of the Availability Zone in which the cluster is located.
|
AwsRedshiftClusterDetails |
withClusterAvailabilityStatus(String clusterAvailabilityStatus)
The availability status of the cluster for queries.
|
AwsRedshiftClusterDetails |
withClusterCreateTime(String clusterCreateTime)
Indicates when the cluster was created.
|
AwsRedshiftClusterDetails |
withClusterIdentifier(String clusterIdentifier)
The unique identifier of the cluster.
|
AwsRedshiftClusterDetails |
withClusterNodes(AwsRedshiftClusterClusterNode... clusterNodes)
The nodes in the cluster.
|
AwsRedshiftClusterDetails |
withClusterNodes(Collection<AwsRedshiftClusterClusterNode> clusterNodes)
The nodes in the cluster.
|
AwsRedshiftClusterDetails |
withClusterParameterGroups(AwsRedshiftClusterClusterParameterGroup... clusterParameterGroups)
The list of cluster parameter groups that are associated with this cluster.
|
AwsRedshiftClusterDetails |
withClusterParameterGroups(Collection<AwsRedshiftClusterClusterParameterGroup> clusterParameterGroups)
The list of cluster parameter groups that are associated with this cluster.
|
AwsRedshiftClusterDetails |
withClusterPublicKey(String clusterPublicKey)
The public key for the cluster.
|
AwsRedshiftClusterDetails |
withClusterRevisionNumber(String clusterRevisionNumber)
The specific revision number of the database in the cluster.
|
AwsRedshiftClusterDetails |
withClusterSecurityGroups(AwsRedshiftClusterClusterSecurityGroup... clusterSecurityGroups)
A list of cluster security groups that are associated with the cluster.
|
AwsRedshiftClusterDetails |
withClusterSecurityGroups(Collection<AwsRedshiftClusterClusterSecurityGroup> clusterSecurityGroups)
A list of cluster security groups that are associated with the cluster.
|
AwsRedshiftClusterDetails |
withClusterSnapshotCopyStatus(AwsRedshiftClusterClusterSnapshotCopyStatus clusterSnapshotCopyStatus)
Information about the destination Region and retention period for the cross-Region snapshot copy.
|
AwsRedshiftClusterDetails |
withClusterStatus(String clusterStatus)
The current status of the cluster.
|
AwsRedshiftClusterDetails |
withClusterSubnetGroupName(String clusterSubnetGroupName)
The name of the subnet group that is associated with the cluster.
|
AwsRedshiftClusterDetails |
withClusterVersion(String clusterVersion)
The version ID of the Amazon Redshift engine that runs on the cluster.
|
AwsRedshiftClusterDetails |
withDBName(String dBName)
The name of the initial database that was created when the cluster was created.
|
AwsRedshiftClusterDetails |
withDeferredMaintenanceWindows(AwsRedshiftClusterDeferredMaintenanceWindow... deferredMaintenanceWindows)
List of time windows during which maintenance was deferred.
|
AwsRedshiftClusterDetails |
withDeferredMaintenanceWindows(Collection<AwsRedshiftClusterDeferredMaintenanceWindow> deferredMaintenanceWindows)
List of time windows during which maintenance was deferred.
|
AwsRedshiftClusterDetails |
withElasticIpStatus(AwsRedshiftClusterElasticIpStatus elasticIpStatus)
Information about the status of the Elastic IP (EIP) address.
|
AwsRedshiftClusterDetails |
withElasticResizeNumberOfNodeOptions(String elasticResizeNumberOfNodeOptions)
The number of nodes that you can use the elastic resize method to resize the cluster to.
|
AwsRedshiftClusterDetails |
withEncrypted(Boolean encrypted)
Indicates whether the data in the cluster is encrypted at rest.
|
AwsRedshiftClusterDetails |
withEndpoint(AwsRedshiftClusterEndpoint endpoint)
The connection endpoint.
|
AwsRedshiftClusterDetails |
withEnhancedVpcRouting(Boolean enhancedVpcRouting)
Indicates whether to create the cluster with enhanced VPC routing enabled.
|
AwsRedshiftClusterDetails |
withExpectedNextSnapshotScheduleTime(String expectedNextSnapshotScheduleTime)
Indicates when the next snapshot is expected to be taken.
|
AwsRedshiftClusterDetails |
withExpectedNextSnapshotScheduleTimeStatus(String expectedNextSnapshotScheduleTimeStatus)
The status of the next expected snapshot.
|
AwsRedshiftClusterDetails |
withHsmStatus(AwsRedshiftClusterHsmStatus hsmStatus)
Information about whether the Amazon Redshift cluster finished applying any changes to hardware security module
(HSM) settings that were specified in a modify cluster command.
|
AwsRedshiftClusterDetails |
withIamRoles(AwsRedshiftClusterIamRole... iamRoles)
A list of IAM roles that the cluster can use to access other Amazon Web Services services.
|
AwsRedshiftClusterDetails |
withIamRoles(Collection<AwsRedshiftClusterIamRole> iamRoles)
A list of IAM roles that the cluster can use to access other Amazon Web Services services.
|
AwsRedshiftClusterDetails |
withKmsKeyId(String kmsKeyId)
The identifier of the KMS encryption key that is used to encrypt data in the cluster.
|
AwsRedshiftClusterDetails |
withLoggingStatus(AwsRedshiftClusterLoggingStatus loggingStatus)
Information about the logging status of the cluster.
|
AwsRedshiftClusterDetails |
withMaintenanceTrackName(String maintenanceTrackName)
The name of the maintenance track for the cluster.
|
AwsRedshiftClusterDetails |
withManualSnapshotRetentionPeriod(Integer manualSnapshotRetentionPeriod)
The default number of days to retain a manual snapshot.
|
AwsRedshiftClusterDetails |
withMasterUsername(String masterUsername)
The master user name for the cluster.
|
AwsRedshiftClusterDetails |
withNextMaintenanceWindowStartTime(String nextMaintenanceWindowStartTime)
Indicates the start of the next maintenance window.
|
AwsRedshiftClusterDetails |
withNodeType(String nodeType)
The node type for the nodes in the cluster.
|
AwsRedshiftClusterDetails |
withNumberOfNodes(Integer numberOfNodes)
The number of compute nodes in the cluster.
|
AwsRedshiftClusterDetails |
withPendingActions(Collection<String> pendingActions)
A list of cluster operations that are waiting to start.
|
AwsRedshiftClusterDetails |
withPendingActions(String... pendingActions)
A list of cluster operations that are waiting to start.
|
AwsRedshiftClusterDetails |
withPendingModifiedValues(AwsRedshiftClusterPendingModifiedValues pendingModifiedValues)
A list of changes to the cluster that are currently pending.
|
AwsRedshiftClusterDetails |
withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
The weekly time range, in Universal Coordinated Time (UTC), during which system maintenance can occur.
|
AwsRedshiftClusterDetails |
withPubliclyAccessible(Boolean publiclyAccessible)
Whether the cluster can be accessed from a public network.
|
AwsRedshiftClusterDetails |
withResizeInfo(AwsRedshiftClusterResizeInfo resizeInfo)
Information about the resize operation for the cluster.
|
AwsRedshiftClusterDetails |
withRestoreStatus(AwsRedshiftClusterRestoreStatus restoreStatus)
Information about the status of a cluster restore action.
|
AwsRedshiftClusterDetails |
withSnapshotScheduleIdentifier(String snapshotScheduleIdentifier)
A unique identifier for the cluster snapshot schedule.
|
AwsRedshiftClusterDetails |
withSnapshotScheduleState(String snapshotScheduleState)
The current state of the cluster snapshot schedule.
|
AwsRedshiftClusterDetails |
withVpcId(String vpcId)
The identifier of the VPC that the cluster is in, if the cluster is in a VPC.
|
AwsRedshiftClusterDetails |
withVpcSecurityGroups(AwsRedshiftClusterVpcSecurityGroup... vpcSecurityGroups)
The list of VPC security groups that the cluster belongs to, if the cluster is in a VPC.
|
AwsRedshiftClusterDetails |
withVpcSecurityGroups(Collection<AwsRedshiftClusterVpcSecurityGroup> vpcSecurityGroups)
The list of VPC security groups that the cluster belongs to, if the cluster is in a VPC.
|
public void setAllowVersionUpgrade(Boolean allowVersionUpgrade)
Indicates whether major version upgrades are applied automatically to the cluster during the maintenance window.
allowVersionUpgrade
- Indicates whether major version upgrades are applied automatically to the cluster during the maintenance
window.public Boolean getAllowVersionUpgrade()
Indicates whether major version upgrades are applied automatically to the cluster during the maintenance window.
public AwsRedshiftClusterDetails withAllowVersionUpgrade(Boolean allowVersionUpgrade)
Indicates whether major version upgrades are applied automatically to the cluster during the maintenance window.
allowVersionUpgrade
- Indicates whether major version upgrades are applied automatically to the cluster during the maintenance
window.public Boolean isAllowVersionUpgrade()
Indicates whether major version upgrades are applied automatically to the cluster during the maintenance window.
public void setAutomatedSnapshotRetentionPeriod(Integer automatedSnapshotRetentionPeriod)
The number of days that automatic cluster snapshots are retained.
automatedSnapshotRetentionPeriod
- The number of days that automatic cluster snapshots are retained.public Integer getAutomatedSnapshotRetentionPeriod()
The number of days that automatic cluster snapshots are retained.
public AwsRedshiftClusterDetails withAutomatedSnapshotRetentionPeriod(Integer automatedSnapshotRetentionPeriod)
The number of days that automatic cluster snapshots are retained.
automatedSnapshotRetentionPeriod
- The number of days that automatic cluster snapshots are retained.public void setAvailabilityZone(String availabilityZone)
The name of the Availability Zone in which the cluster is located.
availabilityZone
- The name of the Availability Zone in which the cluster is located.public String getAvailabilityZone()
The name of the Availability Zone in which the cluster is located.
public AwsRedshiftClusterDetails withAvailabilityZone(String availabilityZone)
The name of the Availability Zone in which the cluster is located.
availabilityZone
- The name of the Availability Zone in which the cluster is located.public void setClusterAvailabilityStatus(String clusterAvailabilityStatus)
The availability status of the cluster for queries. Possible values are the following:
Available
- The cluster is available for queries.
Unavailable
- The cluster is not available for queries.
Maintenance
- The cluster is intermittently available for queries due to maintenance activities.
Modifying
-The cluster is intermittently available for queries due to changes that modify the
cluster.
Failed
- The cluster failed and is not available for queries.
clusterAvailabilityStatus
- The availability status of the cluster for queries. Possible values are the following:
Available
- The cluster is available for queries.
Unavailable
- The cluster is not available for queries.
Maintenance
- The cluster is intermittently available for queries due to maintenance
activities.
Modifying
-The cluster is intermittently available for queries due to changes that modify the
cluster.
Failed
- The cluster failed and is not available for queries.
public String getClusterAvailabilityStatus()
The availability status of the cluster for queries. Possible values are the following:
Available
- The cluster is available for queries.
Unavailable
- The cluster is not available for queries.
Maintenance
- The cluster is intermittently available for queries due to maintenance activities.
Modifying
-The cluster is intermittently available for queries due to changes that modify the
cluster.
Failed
- The cluster failed and is not available for queries.
Available
- The cluster is available for queries.
Unavailable
- The cluster is not available for queries.
Maintenance
- The cluster is intermittently available for queries due to maintenance
activities.
Modifying
-The cluster is intermittently available for queries due to changes that modify
the cluster.
Failed
- The cluster failed and is not available for queries.
public AwsRedshiftClusterDetails withClusterAvailabilityStatus(String clusterAvailabilityStatus)
The availability status of the cluster for queries. Possible values are the following:
Available
- The cluster is available for queries.
Unavailable
- The cluster is not available for queries.
Maintenance
- The cluster is intermittently available for queries due to maintenance activities.
Modifying
-The cluster is intermittently available for queries due to changes that modify the
cluster.
Failed
- The cluster failed and is not available for queries.
clusterAvailabilityStatus
- The availability status of the cluster for queries. Possible values are the following:
Available
- The cluster is available for queries.
Unavailable
- The cluster is not available for queries.
Maintenance
- The cluster is intermittently available for queries due to maintenance
activities.
Modifying
-The cluster is intermittently available for queries due to changes that modify the
cluster.
Failed
- The cluster failed and is not available for queries.
public void setClusterCreateTime(String clusterCreateTime)
Indicates when the cluster was created.
This field accepts only the specified formats. Timestamps can end with Z
or
("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a maximum of 9
digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
YYYY-MM-DDTHH:MM:SSZ
(for example, 2019-01-31T23:00:00Z
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example, 2019-01-31T23:00:00.123456789Z
)
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example, 2024-01-04T15:25:10+17:59
)
YYYY-MM-DDTHH:MM:SS-HHMM
(for example, 2024-01-04T15:25:10-1759
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example, 2024-01-04T15:25:10.123456789+17:59
)
clusterCreateTime
- Indicates when the cluster was created.
This field accepts only the specified formats. Timestamps can end with Z
or
("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a
maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
YYYY-MM-DDTHH:MM:SSZ
(for example, 2019-01-31T23:00:00Z
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example, 2019-01-31T23:00:00.123456789Z
)
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example, 2024-01-04T15:25:10+17:59
)
YYYY-MM-DDTHH:MM:SS-HHMM
(for example, 2024-01-04T15:25:10-1759
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example,
2024-01-04T15:25:10.123456789+17:59
)
public String getClusterCreateTime()
Indicates when the cluster was created.
This field accepts only the specified formats. Timestamps can end with Z
or
("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a maximum of 9
digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
YYYY-MM-DDTHH:MM:SSZ
(for example, 2019-01-31T23:00:00Z
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example, 2019-01-31T23:00:00.123456789Z
)
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example, 2024-01-04T15:25:10+17:59
)
YYYY-MM-DDTHH:MM:SS-HHMM
(for example, 2024-01-04T15:25:10-1759
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example, 2024-01-04T15:25:10.123456789+17:59
)
This field accepts only the specified formats. Timestamps can end with Z
or
("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a
maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
YYYY-MM-DDTHH:MM:SSZ
(for example, 2019-01-31T23:00:00Z
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example, 2019-01-31T23:00:00.123456789Z
)
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example, 2024-01-04T15:25:10+17:59
)
YYYY-MM-DDTHH:MM:SS-HHMM
(for example, 2024-01-04T15:25:10-1759
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example,
2024-01-04T15:25:10.123456789+17:59
)
public AwsRedshiftClusterDetails withClusterCreateTime(String clusterCreateTime)
Indicates when the cluster was created.
This field accepts only the specified formats. Timestamps can end with Z
or
("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a maximum of 9
digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
YYYY-MM-DDTHH:MM:SSZ
(for example, 2019-01-31T23:00:00Z
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example, 2019-01-31T23:00:00.123456789Z
)
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example, 2024-01-04T15:25:10+17:59
)
YYYY-MM-DDTHH:MM:SS-HHMM
(for example, 2024-01-04T15:25:10-1759
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example, 2024-01-04T15:25:10.123456789+17:59
)
clusterCreateTime
- Indicates when the cluster was created.
This field accepts only the specified formats. Timestamps can end with Z
or
("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a
maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
YYYY-MM-DDTHH:MM:SSZ
(for example, 2019-01-31T23:00:00Z
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example, 2019-01-31T23:00:00.123456789Z
)
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example, 2024-01-04T15:25:10+17:59
)
YYYY-MM-DDTHH:MM:SS-HHMM
(for example, 2024-01-04T15:25:10-1759
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example,
2024-01-04T15:25:10.123456789+17:59
)
public void setClusterIdentifier(String clusterIdentifier)
The unique identifier of the cluster.
clusterIdentifier
- The unique identifier of the cluster.public String getClusterIdentifier()
The unique identifier of the cluster.
public AwsRedshiftClusterDetails withClusterIdentifier(String clusterIdentifier)
The unique identifier of the cluster.
clusterIdentifier
- The unique identifier of the cluster.public List<AwsRedshiftClusterClusterNode> getClusterNodes()
The nodes in the cluster.
public void setClusterNodes(Collection<AwsRedshiftClusterClusterNode> clusterNodes)
The nodes in the cluster.
clusterNodes
- The nodes in the cluster.public AwsRedshiftClusterDetails withClusterNodes(AwsRedshiftClusterClusterNode... clusterNodes)
The nodes in the cluster.
NOTE: This method appends the values to the existing list (if any). Use
setClusterNodes(java.util.Collection)
or withClusterNodes(java.util.Collection)
if you want to
override the existing values.
clusterNodes
- The nodes in the cluster.public AwsRedshiftClusterDetails withClusterNodes(Collection<AwsRedshiftClusterClusterNode> clusterNodes)
The nodes in the cluster.
clusterNodes
- The nodes in the cluster.public List<AwsRedshiftClusterClusterParameterGroup> getClusterParameterGroups()
The list of cluster parameter groups that are associated with this cluster.
public void setClusterParameterGroups(Collection<AwsRedshiftClusterClusterParameterGroup> clusterParameterGroups)
The list of cluster parameter groups that are associated with this cluster.
clusterParameterGroups
- The list of cluster parameter groups that are associated with this cluster.public AwsRedshiftClusterDetails withClusterParameterGroups(AwsRedshiftClusterClusterParameterGroup... clusterParameterGroups)
The list of cluster parameter groups that are associated with this cluster.
NOTE: This method appends the values to the existing list (if any). Use
setClusterParameterGroups(java.util.Collection)
or
withClusterParameterGroups(java.util.Collection)
if you want to override the existing values.
clusterParameterGroups
- The list of cluster parameter groups that are associated with this cluster.public AwsRedshiftClusterDetails withClusterParameterGroups(Collection<AwsRedshiftClusterClusterParameterGroup> clusterParameterGroups)
The list of cluster parameter groups that are associated with this cluster.
clusterParameterGroups
- The list of cluster parameter groups that are associated with this cluster.public void setClusterPublicKey(String clusterPublicKey)
The public key for the cluster.
clusterPublicKey
- The public key for the cluster.public String getClusterPublicKey()
The public key for the cluster.
public AwsRedshiftClusterDetails withClusterPublicKey(String clusterPublicKey)
The public key for the cluster.
clusterPublicKey
- The public key for the cluster.public void setClusterRevisionNumber(String clusterRevisionNumber)
The specific revision number of the database in the cluster.
clusterRevisionNumber
- The specific revision number of the database in the cluster.public String getClusterRevisionNumber()
The specific revision number of the database in the cluster.
public AwsRedshiftClusterDetails withClusterRevisionNumber(String clusterRevisionNumber)
The specific revision number of the database in the cluster.
clusterRevisionNumber
- The specific revision number of the database in the cluster.public List<AwsRedshiftClusterClusterSecurityGroup> getClusterSecurityGroups()
A list of cluster security groups that are associated with the cluster.
public void setClusterSecurityGroups(Collection<AwsRedshiftClusterClusterSecurityGroup> clusterSecurityGroups)
A list of cluster security groups that are associated with the cluster.
clusterSecurityGroups
- A list of cluster security groups that are associated with the cluster.public AwsRedshiftClusterDetails withClusterSecurityGroups(AwsRedshiftClusterClusterSecurityGroup... clusterSecurityGroups)
A list of cluster security groups that are associated with the cluster.
NOTE: This method appends the values to the existing list (if any). Use
setClusterSecurityGroups(java.util.Collection)
or
withClusterSecurityGroups(java.util.Collection)
if you want to override the existing values.
clusterSecurityGroups
- A list of cluster security groups that are associated with the cluster.public AwsRedshiftClusterDetails withClusterSecurityGroups(Collection<AwsRedshiftClusterClusterSecurityGroup> clusterSecurityGroups)
A list of cluster security groups that are associated with the cluster.
clusterSecurityGroups
- A list of cluster security groups that are associated with the cluster.public void setClusterSnapshotCopyStatus(AwsRedshiftClusterClusterSnapshotCopyStatus clusterSnapshotCopyStatus)
Information about the destination Region and retention period for the cross-Region snapshot copy.
clusterSnapshotCopyStatus
- Information about the destination Region and retention period for the cross-Region snapshot copy.public AwsRedshiftClusterClusterSnapshotCopyStatus getClusterSnapshotCopyStatus()
Information about the destination Region and retention period for the cross-Region snapshot copy.
public AwsRedshiftClusterDetails withClusterSnapshotCopyStatus(AwsRedshiftClusterClusterSnapshotCopyStatus clusterSnapshotCopyStatus)
Information about the destination Region and retention period for the cross-Region snapshot copy.
clusterSnapshotCopyStatus
- Information about the destination Region and retention period for the cross-Region snapshot copy.public void setClusterStatus(String clusterStatus)
The current status of the cluster.
Valid values: available
| available, prep-for-resize
|
available, resize-cleanup
| cancelling-resize
| creating
|
deleting
| final-snapshot
| hardware-failure
|
incompatible-hsm
| incompatible-network
| incompatible-parameters
|
incompatible-restore
| modifying
| paused
| rebooting
|
renaming
| resizing
| rotating-keys
| storage-full
|
updating-hsm
clusterStatus
- The current status of the cluster.
Valid values: available
| available, prep-for-resize
|
available, resize-cleanup
| cancelling-resize
| creating
|
deleting
| final-snapshot
| hardware-failure
|
incompatible-hsm
| incompatible-network
| incompatible-parameters
|
incompatible-restore
| modifying
| paused
| rebooting
| renaming
| resizing
| rotating-keys
| storage-full
|
updating-hsm
public String getClusterStatus()
The current status of the cluster.
Valid values: available
| available, prep-for-resize
|
available, resize-cleanup
| cancelling-resize
| creating
|
deleting
| final-snapshot
| hardware-failure
|
incompatible-hsm
| incompatible-network
| incompatible-parameters
|
incompatible-restore
| modifying
| paused
| rebooting
|
renaming
| resizing
| rotating-keys
| storage-full
|
updating-hsm
Valid values: available
| available, prep-for-resize
|
available, resize-cleanup
| cancelling-resize
| creating
|
deleting
| final-snapshot
| hardware-failure
|
incompatible-hsm
| incompatible-network
| incompatible-parameters
| incompatible-restore
| modifying
| paused
|
rebooting
| renaming
| resizing
| rotating-keys
|
storage-full
| updating-hsm
public AwsRedshiftClusterDetails withClusterStatus(String clusterStatus)
The current status of the cluster.
Valid values: available
| available, prep-for-resize
|
available, resize-cleanup
| cancelling-resize
| creating
|
deleting
| final-snapshot
| hardware-failure
|
incompatible-hsm
| incompatible-network
| incompatible-parameters
|
incompatible-restore
| modifying
| paused
| rebooting
|
renaming
| resizing
| rotating-keys
| storage-full
|
updating-hsm
clusterStatus
- The current status of the cluster.
Valid values: available
| available, prep-for-resize
|
available, resize-cleanup
| cancelling-resize
| creating
|
deleting
| final-snapshot
| hardware-failure
|
incompatible-hsm
| incompatible-network
| incompatible-parameters
|
incompatible-restore
| modifying
| paused
| rebooting
| renaming
| resizing
| rotating-keys
| storage-full
|
updating-hsm
public void setClusterSubnetGroupName(String clusterSubnetGroupName)
The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.
clusterSubnetGroupName
- The name of the subnet group that is associated with the cluster. This parameter is valid only when the
cluster is in a VPC.public String getClusterSubnetGroupName()
The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.
public AwsRedshiftClusterDetails withClusterSubnetGroupName(String clusterSubnetGroupName)
The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.
clusterSubnetGroupName
- The name of the subnet group that is associated with the cluster. This parameter is valid only when the
cluster is in a VPC.public void setClusterVersion(String clusterVersion)
The version ID of the Amazon Redshift engine that runs on the cluster.
clusterVersion
- The version ID of the Amazon Redshift engine that runs on the cluster.public String getClusterVersion()
The version ID of the Amazon Redshift engine that runs on the cluster.
public AwsRedshiftClusterDetails withClusterVersion(String clusterVersion)
The version ID of the Amazon Redshift engine that runs on the cluster.
clusterVersion
- The version ID of the Amazon Redshift engine that runs on the cluster.public void setDBName(String dBName)
The name of the initial database that was created when the cluster was created.
The same name is returned for the life of the cluster.
If an initial database is not specified, a database named devdev
is created by default.
dBName
- The name of the initial database that was created when the cluster was created.
The same name is returned for the life of the cluster.
If an initial database is not specified, a database named devdev
is created by default.
public String getDBName()
The name of the initial database that was created when the cluster was created.
The same name is returned for the life of the cluster.
If an initial database is not specified, a database named devdev
is created by default.
The same name is returned for the life of the cluster.
If an initial database is not specified, a database named devdev
is created by default.
public AwsRedshiftClusterDetails withDBName(String dBName)
The name of the initial database that was created when the cluster was created.
The same name is returned for the life of the cluster.
If an initial database is not specified, a database named devdev
is created by default.
dBName
- The name of the initial database that was created when the cluster was created.
The same name is returned for the life of the cluster.
If an initial database is not specified, a database named devdev
is created by default.
public List<AwsRedshiftClusterDeferredMaintenanceWindow> getDeferredMaintenanceWindows()
List of time windows during which maintenance was deferred.
public void setDeferredMaintenanceWindows(Collection<AwsRedshiftClusterDeferredMaintenanceWindow> deferredMaintenanceWindows)
List of time windows during which maintenance was deferred.
deferredMaintenanceWindows
- List of time windows during which maintenance was deferred.public AwsRedshiftClusterDetails withDeferredMaintenanceWindows(AwsRedshiftClusterDeferredMaintenanceWindow... deferredMaintenanceWindows)
List of time windows during which maintenance was deferred.
NOTE: This method appends the values to the existing list (if any). Use
setDeferredMaintenanceWindows(java.util.Collection)
or
withDeferredMaintenanceWindows(java.util.Collection)
if you want to override the existing values.
deferredMaintenanceWindows
- List of time windows during which maintenance was deferred.public AwsRedshiftClusterDetails withDeferredMaintenanceWindows(Collection<AwsRedshiftClusterDeferredMaintenanceWindow> deferredMaintenanceWindows)
List of time windows during which maintenance was deferred.
deferredMaintenanceWindows
- List of time windows during which maintenance was deferred.public void setElasticIpStatus(AwsRedshiftClusterElasticIpStatus elasticIpStatus)
Information about the status of the Elastic IP (EIP) address.
elasticIpStatus
- Information about the status of the Elastic IP (EIP) address.public AwsRedshiftClusterElasticIpStatus getElasticIpStatus()
Information about the status of the Elastic IP (EIP) address.
public AwsRedshiftClusterDetails withElasticIpStatus(AwsRedshiftClusterElasticIpStatus elasticIpStatus)
Information about the status of the Elastic IP (EIP) address.
elasticIpStatus
- Information about the status of the Elastic IP (EIP) address.public void setElasticResizeNumberOfNodeOptions(String elasticResizeNumberOfNodeOptions)
The number of nodes that you can use the elastic resize method to resize the cluster to.
elasticResizeNumberOfNodeOptions
- The number of nodes that you can use the elastic resize method to resize the cluster to.public String getElasticResizeNumberOfNodeOptions()
The number of nodes that you can use the elastic resize method to resize the cluster to.
public AwsRedshiftClusterDetails withElasticResizeNumberOfNodeOptions(String elasticResizeNumberOfNodeOptions)
The number of nodes that you can use the elastic resize method to resize the cluster to.
elasticResizeNumberOfNodeOptions
- The number of nodes that you can use the elastic resize method to resize the cluster to.public void setEncrypted(Boolean encrypted)
Indicates whether the data in the cluster is encrypted at rest.
encrypted
- Indicates whether the data in the cluster is encrypted at rest.public Boolean getEncrypted()
Indicates whether the data in the cluster is encrypted at rest.
public AwsRedshiftClusterDetails withEncrypted(Boolean encrypted)
Indicates whether the data in the cluster is encrypted at rest.
encrypted
- Indicates whether the data in the cluster is encrypted at rest.public Boolean isEncrypted()
Indicates whether the data in the cluster is encrypted at rest.
public void setEndpoint(AwsRedshiftClusterEndpoint endpoint)
The connection endpoint.
endpoint
- The connection endpoint.public AwsRedshiftClusterEndpoint getEndpoint()
The connection endpoint.
public AwsRedshiftClusterDetails withEndpoint(AwsRedshiftClusterEndpoint endpoint)
The connection endpoint.
endpoint
- The connection endpoint.public void setEnhancedVpcRouting(Boolean enhancedVpcRouting)
Indicates whether to create the cluster with enhanced VPC routing enabled.
enhancedVpcRouting
- Indicates whether to create the cluster with enhanced VPC routing enabled.public Boolean getEnhancedVpcRouting()
Indicates whether to create the cluster with enhanced VPC routing enabled.
public AwsRedshiftClusterDetails withEnhancedVpcRouting(Boolean enhancedVpcRouting)
Indicates whether to create the cluster with enhanced VPC routing enabled.
enhancedVpcRouting
- Indicates whether to create the cluster with enhanced VPC routing enabled.public Boolean isEnhancedVpcRouting()
Indicates whether to create the cluster with enhanced VPC routing enabled.
public void setExpectedNextSnapshotScheduleTime(String expectedNextSnapshotScheduleTime)
Indicates when the next snapshot is expected to be taken. The cluster must have a valid snapshot schedule and have backups enabled.
This field accepts only the specified formats. Timestamps can end with Z
or
("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a maximum of 9
digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
YYYY-MM-DDTHH:MM:SSZ
(for example, 2019-01-31T23:00:00Z
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example, 2019-01-31T23:00:00.123456789Z
)
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example, 2024-01-04T15:25:10+17:59
)
YYYY-MM-DDTHH:MM:SS-HHMM
(for example, 2024-01-04T15:25:10-1759
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example, 2024-01-04T15:25:10.123456789+17:59
)
expectedNextSnapshotScheduleTime
- Indicates when the next snapshot is expected to be taken. The cluster must have a valid snapshot schedule
and have backups enabled.
This field accepts only the specified formats. Timestamps can end with Z
or
("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a
maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
YYYY-MM-DDTHH:MM:SSZ
(for example, 2019-01-31T23:00:00Z
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example, 2019-01-31T23:00:00.123456789Z
)
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example, 2024-01-04T15:25:10+17:59
)
YYYY-MM-DDTHH:MM:SS-HHMM
(for example, 2024-01-04T15:25:10-1759
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example,
2024-01-04T15:25:10.123456789+17:59
)
public String getExpectedNextSnapshotScheduleTime()
Indicates when the next snapshot is expected to be taken. The cluster must have a valid snapshot schedule and have backups enabled.
This field accepts only the specified formats. Timestamps can end with Z
or
("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a maximum of 9
digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
YYYY-MM-DDTHH:MM:SSZ
(for example, 2019-01-31T23:00:00Z
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example, 2019-01-31T23:00:00.123456789Z
)
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example, 2024-01-04T15:25:10+17:59
)
YYYY-MM-DDTHH:MM:SS-HHMM
(for example, 2024-01-04T15:25:10-1759
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example, 2024-01-04T15:25:10.123456789+17:59
)
This field accepts only the specified formats. Timestamps can end with Z
or
("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a
maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
YYYY-MM-DDTHH:MM:SSZ
(for example, 2019-01-31T23:00:00Z
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example, 2019-01-31T23:00:00.123456789Z
)
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example, 2024-01-04T15:25:10+17:59
)
YYYY-MM-DDTHH:MM:SS-HHMM
(for example, 2024-01-04T15:25:10-1759
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example,
2024-01-04T15:25:10.123456789+17:59
)
public AwsRedshiftClusterDetails withExpectedNextSnapshotScheduleTime(String expectedNextSnapshotScheduleTime)
Indicates when the next snapshot is expected to be taken. The cluster must have a valid snapshot schedule and have backups enabled.
This field accepts only the specified formats. Timestamps can end with Z
or
("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a maximum of 9
digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
YYYY-MM-DDTHH:MM:SSZ
(for example, 2019-01-31T23:00:00Z
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example, 2019-01-31T23:00:00.123456789Z
)
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example, 2024-01-04T15:25:10+17:59
)
YYYY-MM-DDTHH:MM:SS-HHMM
(for example, 2024-01-04T15:25:10-1759
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example, 2024-01-04T15:25:10.123456789+17:59
)
expectedNextSnapshotScheduleTime
- Indicates when the next snapshot is expected to be taken. The cluster must have a valid snapshot schedule
and have backups enabled.
This field accepts only the specified formats. Timestamps can end with Z
or
("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a
maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
YYYY-MM-DDTHH:MM:SSZ
(for example, 2019-01-31T23:00:00Z
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example, 2019-01-31T23:00:00.123456789Z
)
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example, 2024-01-04T15:25:10+17:59
)
YYYY-MM-DDTHH:MM:SS-HHMM
(for example, 2024-01-04T15:25:10-1759
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example,
2024-01-04T15:25:10.123456789+17:59
)
public void setExpectedNextSnapshotScheduleTimeStatus(String expectedNextSnapshotScheduleTimeStatus)
The status of the next expected snapshot.
Valid values: OnTrack
| Pending
expectedNextSnapshotScheduleTimeStatus
- The status of the next expected snapshot.
Valid values: OnTrack
| Pending
public String getExpectedNextSnapshotScheduleTimeStatus()
The status of the next expected snapshot.
Valid values: OnTrack
| Pending
Valid values: OnTrack
| Pending
public AwsRedshiftClusterDetails withExpectedNextSnapshotScheduleTimeStatus(String expectedNextSnapshotScheduleTimeStatus)
The status of the next expected snapshot.
Valid values: OnTrack
| Pending
expectedNextSnapshotScheduleTimeStatus
- The status of the next expected snapshot.
Valid values: OnTrack
| Pending
public void setHsmStatus(AwsRedshiftClusterHsmStatus hsmStatus)
Information about whether the Amazon Redshift cluster finished applying any changes to hardware security module (HSM) settings that were specified in a modify cluster command.
hsmStatus
- Information about whether the Amazon Redshift cluster finished applying any changes to hardware security
module (HSM) settings that were specified in a modify cluster command.public AwsRedshiftClusterHsmStatus getHsmStatus()
Information about whether the Amazon Redshift cluster finished applying any changes to hardware security module (HSM) settings that were specified in a modify cluster command.
public AwsRedshiftClusterDetails withHsmStatus(AwsRedshiftClusterHsmStatus hsmStatus)
Information about whether the Amazon Redshift cluster finished applying any changes to hardware security module (HSM) settings that were specified in a modify cluster command.
hsmStatus
- Information about whether the Amazon Redshift cluster finished applying any changes to hardware security
module (HSM) settings that were specified in a modify cluster command.public List<AwsRedshiftClusterIamRole> getIamRoles()
A list of IAM roles that the cluster can use to access other Amazon Web Services services.
public void setIamRoles(Collection<AwsRedshiftClusterIamRole> iamRoles)
A list of IAM roles that the cluster can use to access other Amazon Web Services services.
iamRoles
- A list of IAM roles that the cluster can use to access other Amazon Web Services services.public AwsRedshiftClusterDetails withIamRoles(AwsRedshiftClusterIamRole... iamRoles)
A list of IAM roles that the cluster can use to access other Amazon Web Services services.
NOTE: This method appends the values to the existing list (if any). Use
setIamRoles(java.util.Collection)
or withIamRoles(java.util.Collection)
if you want to override
the existing values.
iamRoles
- A list of IAM roles that the cluster can use to access other Amazon Web Services services.public AwsRedshiftClusterDetails withIamRoles(Collection<AwsRedshiftClusterIamRole> iamRoles)
A list of IAM roles that the cluster can use to access other Amazon Web Services services.
iamRoles
- A list of IAM roles that the cluster can use to access other Amazon Web Services services.public void setKmsKeyId(String kmsKeyId)
The identifier of the KMS encryption key that is used to encrypt data in the cluster.
kmsKeyId
- The identifier of the KMS encryption key that is used to encrypt data in the cluster.public String getKmsKeyId()
The identifier of the KMS encryption key that is used to encrypt data in the cluster.
public AwsRedshiftClusterDetails withKmsKeyId(String kmsKeyId)
The identifier of the KMS encryption key that is used to encrypt data in the cluster.
kmsKeyId
- The identifier of the KMS encryption key that is used to encrypt data in the cluster.public void setMaintenanceTrackName(String maintenanceTrackName)
The name of the maintenance track for the cluster.
maintenanceTrackName
- The name of the maintenance track for the cluster.public String getMaintenanceTrackName()
The name of the maintenance track for the cluster.
public AwsRedshiftClusterDetails withMaintenanceTrackName(String maintenanceTrackName)
The name of the maintenance track for the cluster.
maintenanceTrackName
- The name of the maintenance track for the cluster.public void setManualSnapshotRetentionPeriod(Integer manualSnapshotRetentionPeriod)
The default number of days to retain a manual snapshot.
If the value is -1
, the snapshot is retained indefinitely.
This setting doesn't change the retention period of existing snapshots.
Valid values: Either -1
or an integer between 1 and 3,653
manualSnapshotRetentionPeriod
- The default number of days to retain a manual snapshot.
If the value is -1
, the snapshot is retained indefinitely.
This setting doesn't change the retention period of existing snapshots.
Valid values: Either -1
or an integer between 1 and 3,653
public Integer getManualSnapshotRetentionPeriod()
The default number of days to retain a manual snapshot.
If the value is -1
, the snapshot is retained indefinitely.
This setting doesn't change the retention period of existing snapshots.
Valid values: Either -1
or an integer between 1 and 3,653
If the value is -1
, the snapshot is retained indefinitely.
This setting doesn't change the retention period of existing snapshots.
Valid values: Either -1
or an integer between 1 and 3,653
public AwsRedshiftClusterDetails withManualSnapshotRetentionPeriod(Integer manualSnapshotRetentionPeriod)
The default number of days to retain a manual snapshot.
If the value is -1
, the snapshot is retained indefinitely.
This setting doesn't change the retention period of existing snapshots.
Valid values: Either -1
or an integer between 1 and 3,653
manualSnapshotRetentionPeriod
- The default number of days to retain a manual snapshot.
If the value is -1
, the snapshot is retained indefinitely.
This setting doesn't change the retention period of existing snapshots.
Valid values: Either -1
or an integer between 1 and 3,653
public void setMasterUsername(String masterUsername)
The master user name for the cluster. This name is used to connect to the database that is specified in as the
value of DBName
.
masterUsername
- The master user name for the cluster. This name is used to connect to the database that is specified in as
the value of DBName
.public String getMasterUsername()
The master user name for the cluster. This name is used to connect to the database that is specified in as the
value of DBName
.
DBName
.public AwsRedshiftClusterDetails withMasterUsername(String masterUsername)
The master user name for the cluster. This name is used to connect to the database that is specified in as the
value of DBName
.
masterUsername
- The master user name for the cluster. This name is used to connect to the database that is specified in as
the value of DBName
.public void setNextMaintenanceWindowStartTime(String nextMaintenanceWindowStartTime)
Indicates the start of the next maintenance window.
This field accepts only the specified formats. Timestamps can end with Z
or
("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a maximum of 9
digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
YYYY-MM-DDTHH:MM:SSZ
(for example, 2019-01-31T23:00:00Z
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example, 2019-01-31T23:00:00.123456789Z
)
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example, 2024-01-04T15:25:10+17:59
)
YYYY-MM-DDTHH:MM:SS-HHMM
(for example, 2024-01-04T15:25:10-1759
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example, 2024-01-04T15:25:10.123456789+17:59
)
nextMaintenanceWindowStartTime
- Indicates the start of the next maintenance window.
This field accepts only the specified formats. Timestamps can end with Z
or
("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a
maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
YYYY-MM-DDTHH:MM:SSZ
(for example, 2019-01-31T23:00:00Z
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example, 2019-01-31T23:00:00.123456789Z
)
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example, 2024-01-04T15:25:10+17:59
)
YYYY-MM-DDTHH:MM:SS-HHMM
(for example, 2024-01-04T15:25:10-1759
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example,
2024-01-04T15:25:10.123456789+17:59
)
public String getNextMaintenanceWindowStartTime()
Indicates the start of the next maintenance window.
This field accepts only the specified formats. Timestamps can end with Z
or
("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a maximum of 9
digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
YYYY-MM-DDTHH:MM:SSZ
(for example, 2019-01-31T23:00:00Z
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example, 2019-01-31T23:00:00.123456789Z
)
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example, 2024-01-04T15:25:10+17:59
)
YYYY-MM-DDTHH:MM:SS-HHMM
(for example, 2024-01-04T15:25:10-1759
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example, 2024-01-04T15:25:10.123456789+17:59
)
This field accepts only the specified formats. Timestamps can end with Z
or
("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a
maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
YYYY-MM-DDTHH:MM:SSZ
(for example, 2019-01-31T23:00:00Z
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example, 2019-01-31T23:00:00.123456789Z
)
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example, 2024-01-04T15:25:10+17:59
)
YYYY-MM-DDTHH:MM:SS-HHMM
(for example, 2024-01-04T15:25:10-1759
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example,
2024-01-04T15:25:10.123456789+17:59
)
public AwsRedshiftClusterDetails withNextMaintenanceWindowStartTime(String nextMaintenanceWindowStartTime)
Indicates the start of the next maintenance window.
This field accepts only the specified formats. Timestamps can end with Z
or
("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a maximum of 9
digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
YYYY-MM-DDTHH:MM:SSZ
(for example, 2019-01-31T23:00:00Z
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example, 2019-01-31T23:00:00.123456789Z
)
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example, 2024-01-04T15:25:10+17:59
)
YYYY-MM-DDTHH:MM:SS-HHMM
(for example, 2024-01-04T15:25:10-1759
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example, 2024-01-04T15:25:10.123456789+17:59
)
nextMaintenanceWindowStartTime
- Indicates the start of the next maintenance window.
This field accepts only the specified formats. Timestamps can end with Z
or
("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a
maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
YYYY-MM-DDTHH:MM:SSZ
(for example, 2019-01-31T23:00:00Z
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example, 2019-01-31T23:00:00.123456789Z
)
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example, 2024-01-04T15:25:10+17:59
)
YYYY-MM-DDTHH:MM:SS-HHMM
(for example, 2024-01-04T15:25:10-1759
)
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example,
2024-01-04T15:25:10.123456789+17:59
)
public void setNodeType(String nodeType)
The node type for the nodes in the cluster.
nodeType
- The node type for the nodes in the cluster.public String getNodeType()
The node type for the nodes in the cluster.
public AwsRedshiftClusterDetails withNodeType(String nodeType)
The node type for the nodes in the cluster.
nodeType
- The node type for the nodes in the cluster.public void setNumberOfNodes(Integer numberOfNodes)
The number of compute nodes in the cluster.
numberOfNodes
- The number of compute nodes in the cluster.public Integer getNumberOfNodes()
The number of compute nodes in the cluster.
public AwsRedshiftClusterDetails withNumberOfNodes(Integer numberOfNodes)
The number of compute nodes in the cluster.
numberOfNodes
- The number of compute nodes in the cluster.public List<String> getPendingActions()
A list of cluster operations that are waiting to start.
public void setPendingActions(Collection<String> pendingActions)
A list of cluster operations that are waiting to start.
pendingActions
- A list of cluster operations that are waiting to start.public AwsRedshiftClusterDetails withPendingActions(String... pendingActions)
A list of cluster operations that are waiting to start.
NOTE: This method appends the values to the existing list (if any). Use
setPendingActions(java.util.Collection)
or withPendingActions(java.util.Collection)
if you want
to override the existing values.
pendingActions
- A list of cluster operations that are waiting to start.public AwsRedshiftClusterDetails withPendingActions(Collection<String> pendingActions)
A list of cluster operations that are waiting to start.
pendingActions
- A list of cluster operations that are waiting to start.public void setPendingModifiedValues(AwsRedshiftClusterPendingModifiedValues pendingModifiedValues)
A list of changes to the cluster that are currently pending.
pendingModifiedValues
- A list of changes to the cluster that are currently pending.public AwsRedshiftClusterPendingModifiedValues getPendingModifiedValues()
A list of changes to the cluster that are currently pending.
public AwsRedshiftClusterDetails withPendingModifiedValues(AwsRedshiftClusterPendingModifiedValues pendingModifiedValues)
A list of changes to the cluster that are currently pending.
pendingModifiedValues
- A list of changes to the cluster that are currently pending.public void setPreferredMaintenanceWindow(String preferredMaintenanceWindow)
The weekly time range, in Universal Coordinated Time (UTC), during which system maintenance can occur.
Format: <day>:HH:MM-<day>:HH:MM
For the day values, use mon
| tue
| wed
| thu
|
fri
| sat
| sun
For example, sun:09:32-sun:10:02
preferredMaintenanceWindow
- The weekly time range, in Universal Coordinated Time (UTC), during which system maintenance can occur.
Format: <day>:HH:MM-<day>:HH:MM
For the day values, use mon
| tue
| wed
| thu
|
fri
| sat
| sun
For example, sun:09:32-sun:10:02
public String getPreferredMaintenanceWindow()
The weekly time range, in Universal Coordinated Time (UTC), during which system maintenance can occur.
Format: <day>:HH:MM-<day>:HH:MM
For the day values, use mon
| tue
| wed
| thu
|
fri
| sat
| sun
For example, sun:09:32-sun:10:02
Format: <day>:HH:MM-<day>:HH:MM
For the day values, use mon
| tue
| wed
| thu
|
fri
| sat
| sun
For example, sun:09:32-sun:10:02
public AwsRedshiftClusterDetails withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
The weekly time range, in Universal Coordinated Time (UTC), during which system maintenance can occur.
Format: <day>:HH:MM-<day>:HH:MM
For the day values, use mon
| tue
| wed
| thu
|
fri
| sat
| sun
For example, sun:09:32-sun:10:02
preferredMaintenanceWindow
- The weekly time range, in Universal Coordinated Time (UTC), during which system maintenance can occur.
Format: <day>:HH:MM-<day>:HH:MM
For the day values, use mon
| tue
| wed
| thu
|
fri
| sat
| sun
For example, sun:09:32-sun:10:02
public void setPubliclyAccessible(Boolean publiclyAccessible)
Whether the cluster can be accessed from a public network.
publiclyAccessible
- Whether the cluster can be accessed from a public network.public Boolean getPubliclyAccessible()
Whether the cluster can be accessed from a public network.
public AwsRedshiftClusterDetails withPubliclyAccessible(Boolean publiclyAccessible)
Whether the cluster can be accessed from a public network.
publiclyAccessible
- Whether the cluster can be accessed from a public network.public Boolean isPubliclyAccessible()
Whether the cluster can be accessed from a public network.
public void setResizeInfo(AwsRedshiftClusterResizeInfo resizeInfo)
Information about the resize operation for the cluster.
resizeInfo
- Information about the resize operation for the cluster.public AwsRedshiftClusterResizeInfo getResizeInfo()
Information about the resize operation for the cluster.
public AwsRedshiftClusterDetails withResizeInfo(AwsRedshiftClusterResizeInfo resizeInfo)
Information about the resize operation for the cluster.
resizeInfo
- Information about the resize operation for the cluster.public void setRestoreStatus(AwsRedshiftClusterRestoreStatus restoreStatus)
Information about the status of a cluster restore action. Only applies to a cluster that was created by restoring a snapshot.
restoreStatus
- Information about the status of a cluster restore action. Only applies to a cluster that was created by
restoring a snapshot.public AwsRedshiftClusterRestoreStatus getRestoreStatus()
Information about the status of a cluster restore action. Only applies to a cluster that was created by restoring a snapshot.
public AwsRedshiftClusterDetails withRestoreStatus(AwsRedshiftClusterRestoreStatus restoreStatus)
Information about the status of a cluster restore action. Only applies to a cluster that was created by restoring a snapshot.
restoreStatus
- Information about the status of a cluster restore action. Only applies to a cluster that was created by
restoring a snapshot.public void setSnapshotScheduleIdentifier(String snapshotScheduleIdentifier)
A unique identifier for the cluster snapshot schedule.
snapshotScheduleIdentifier
- A unique identifier for the cluster snapshot schedule.public String getSnapshotScheduleIdentifier()
A unique identifier for the cluster snapshot schedule.
public AwsRedshiftClusterDetails withSnapshotScheduleIdentifier(String snapshotScheduleIdentifier)
A unique identifier for the cluster snapshot schedule.
snapshotScheduleIdentifier
- A unique identifier for the cluster snapshot schedule.public void setSnapshotScheduleState(String snapshotScheduleState)
The current state of the cluster snapshot schedule.
Valid values: MODIFYING
| ACTIVE
| FAILED
snapshotScheduleState
- The current state of the cluster snapshot schedule.
Valid values: MODIFYING
| ACTIVE
| FAILED
public String getSnapshotScheduleState()
The current state of the cluster snapshot schedule.
Valid values: MODIFYING
| ACTIVE
| FAILED
Valid values: MODIFYING
| ACTIVE
| FAILED
public AwsRedshiftClusterDetails withSnapshotScheduleState(String snapshotScheduleState)
The current state of the cluster snapshot schedule.
Valid values: MODIFYING
| ACTIVE
| FAILED
snapshotScheduleState
- The current state of the cluster snapshot schedule.
Valid values: MODIFYING
| ACTIVE
| FAILED
public void setVpcId(String vpcId)
The identifier of the VPC that the cluster is in, if the cluster is in a VPC.
vpcId
- The identifier of the VPC that the cluster is in, if the cluster is in a VPC.public String getVpcId()
The identifier of the VPC that the cluster is in, if the cluster is in a VPC.
public AwsRedshiftClusterDetails withVpcId(String vpcId)
The identifier of the VPC that the cluster is in, if the cluster is in a VPC.
vpcId
- The identifier of the VPC that the cluster is in, if the cluster is in a VPC.public List<AwsRedshiftClusterVpcSecurityGroup> getVpcSecurityGroups()
The list of VPC security groups that the cluster belongs to, if the cluster is in a VPC.
public void setVpcSecurityGroups(Collection<AwsRedshiftClusterVpcSecurityGroup> vpcSecurityGroups)
The list of VPC security groups that the cluster belongs to, if the cluster is in a VPC.
vpcSecurityGroups
- The list of VPC security groups that the cluster belongs to, if the cluster is in a VPC.public AwsRedshiftClusterDetails withVpcSecurityGroups(AwsRedshiftClusterVpcSecurityGroup... vpcSecurityGroups)
The list of VPC security groups that the cluster belongs to, if the cluster is in a VPC.
NOTE: This method appends the values to the existing list (if any). Use
setVpcSecurityGroups(java.util.Collection)
or withVpcSecurityGroups(java.util.Collection)
if
you want to override the existing values.
vpcSecurityGroups
- The list of VPC security groups that the cluster belongs to, if the cluster is in a VPC.public AwsRedshiftClusterDetails withVpcSecurityGroups(Collection<AwsRedshiftClusterVpcSecurityGroup> vpcSecurityGroups)
The list of VPC security groups that the cluster belongs to, if the cluster is in a VPC.
vpcSecurityGroups
- The list of VPC security groups that the cluster belongs to, if the cluster is in a VPC.public void setLoggingStatus(AwsRedshiftClusterLoggingStatus loggingStatus)
Information about the logging status of the cluster.
loggingStatus
- Information about the logging status of the cluster.public AwsRedshiftClusterLoggingStatus getLoggingStatus()
Information about the logging status of the cluster.
public AwsRedshiftClusterDetails withLoggingStatus(AwsRedshiftClusterLoggingStatus loggingStatus)
Information about the logging status of the cluster.
loggingStatus
- Information about the logging status of the cluster.public String toString()
toString
in class Object
Object.toString()
public AwsRedshiftClusterDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.