public static interface AwsRedshiftClusterDetails.Builder extends SdkPojo, CopyableBuilder<AwsRedshiftClusterDetails.Builder,AwsRedshiftClusterDetails>
Modifier and Type | Method and Description |
---|---|
AwsRedshiftClusterDetails.Builder |
allowVersionUpgrade(Boolean allowVersionUpgrade)
Indicates whether major version upgrades are applied automatically to the cluster during the maintenance
window.
|
AwsRedshiftClusterDetails.Builder |
automatedSnapshotRetentionPeriod(Integer automatedSnapshotRetentionPeriod)
The number of days that automatic cluster snapshots are retained.
|
AwsRedshiftClusterDetails.Builder |
availabilityZone(String availabilityZone)
The name of the Availability Zone in which the cluster is located.
|
AwsRedshiftClusterDetails.Builder |
clusterAvailabilityStatus(String clusterAvailabilityStatus)
The availability status of the cluster for queries.
|
AwsRedshiftClusterDetails.Builder |
clusterCreateTime(String clusterCreateTime)
Indicates when the cluster was created.
|
AwsRedshiftClusterDetails.Builder |
clusterIdentifier(String clusterIdentifier)
The unique identifier of the cluster.
|
AwsRedshiftClusterDetails.Builder |
clusterNodes(AwsRedshiftClusterClusterNode... clusterNodes)
The nodes in the cluster.
|
AwsRedshiftClusterDetails.Builder |
clusterNodes(Collection<AwsRedshiftClusterClusterNode> clusterNodes)
The nodes in the cluster.
|
AwsRedshiftClusterDetails.Builder |
clusterNodes(Consumer<AwsRedshiftClusterClusterNode.Builder>... clusterNodes)
The nodes in the cluster.
|
AwsRedshiftClusterDetails.Builder |
clusterParameterGroups(AwsRedshiftClusterClusterParameterGroup... clusterParameterGroups)
The list of cluster parameter groups that are associated with this cluster.
|
AwsRedshiftClusterDetails.Builder |
clusterParameterGroups(Collection<AwsRedshiftClusterClusterParameterGroup> clusterParameterGroups)
The list of cluster parameter groups that are associated with this cluster.
|
AwsRedshiftClusterDetails.Builder |
clusterParameterGroups(Consumer<AwsRedshiftClusterClusterParameterGroup.Builder>... clusterParameterGroups)
The list of cluster parameter groups that are associated with this cluster.
|
AwsRedshiftClusterDetails.Builder |
clusterPublicKey(String clusterPublicKey)
The public key for the cluster.
|
AwsRedshiftClusterDetails.Builder |
clusterRevisionNumber(String clusterRevisionNumber)
The specific revision number of the database in the cluster.
|
AwsRedshiftClusterDetails.Builder |
clusterSecurityGroups(AwsRedshiftClusterClusterSecurityGroup... clusterSecurityGroups)
A list of cluster security groups that are associated with the cluster.
|
AwsRedshiftClusterDetails.Builder |
clusterSecurityGroups(Collection<AwsRedshiftClusterClusterSecurityGroup> clusterSecurityGroups)
A list of cluster security groups that are associated with the cluster.
|
AwsRedshiftClusterDetails.Builder |
clusterSecurityGroups(Consumer<AwsRedshiftClusterClusterSecurityGroup.Builder>... clusterSecurityGroups)
A list of cluster security groups that are associated with the cluster.
|
AwsRedshiftClusterDetails.Builder |
clusterSnapshotCopyStatus(AwsRedshiftClusterClusterSnapshotCopyStatus clusterSnapshotCopyStatus)
Information about the destination Region and retention period for the cross-Region snapshot copy.
|
default AwsRedshiftClusterDetails.Builder |
clusterSnapshotCopyStatus(Consumer<AwsRedshiftClusterClusterSnapshotCopyStatus.Builder> clusterSnapshotCopyStatus)
Information about the destination Region and retention period for the cross-Region snapshot copy.
|
AwsRedshiftClusterDetails.Builder |
clusterStatus(String clusterStatus)
The current status of the cluster.
|
AwsRedshiftClusterDetails.Builder |
clusterSubnetGroupName(String clusterSubnetGroupName)
The name of the subnet group that is associated with the cluster.
|
AwsRedshiftClusterDetails.Builder |
clusterVersion(String clusterVersion)
The version ID of the Amazon Redshift engine that runs on the cluster.
|
AwsRedshiftClusterDetails.Builder |
dbName(String dbName)
The name of the initial database that was created when the cluster was created.
|
AwsRedshiftClusterDetails.Builder |
deferredMaintenanceWindows(AwsRedshiftClusterDeferredMaintenanceWindow... deferredMaintenanceWindows)
List of time windows during which maintenance was deferred.
|
AwsRedshiftClusterDetails.Builder |
deferredMaintenanceWindows(Collection<AwsRedshiftClusterDeferredMaintenanceWindow> deferredMaintenanceWindows)
List of time windows during which maintenance was deferred.
|
AwsRedshiftClusterDetails.Builder |
deferredMaintenanceWindows(Consumer<AwsRedshiftClusterDeferredMaintenanceWindow.Builder>... deferredMaintenanceWindows)
List of time windows during which maintenance was deferred.
|
AwsRedshiftClusterDetails.Builder |
elasticIpStatus(AwsRedshiftClusterElasticIpStatus elasticIpStatus)
Information about the status of the Elastic IP (EIP) address.
|
default AwsRedshiftClusterDetails.Builder |
elasticIpStatus(Consumer<AwsRedshiftClusterElasticIpStatus.Builder> elasticIpStatus)
Information about the status of the Elastic IP (EIP) address.
|
AwsRedshiftClusterDetails.Builder |
elasticResizeNumberOfNodeOptions(String elasticResizeNumberOfNodeOptions)
The number of nodes that you can use the elastic resize method to resize the cluster to.
|
AwsRedshiftClusterDetails.Builder |
encrypted(Boolean encrypted)
Indicates whether the data in the cluster is encrypted at rest.
|
AwsRedshiftClusterDetails.Builder |
endpoint(AwsRedshiftClusterEndpoint endpoint)
The connection endpoint.
|
default AwsRedshiftClusterDetails.Builder |
endpoint(Consumer<AwsRedshiftClusterEndpoint.Builder> endpoint)
The connection endpoint.
|
AwsRedshiftClusterDetails.Builder |
enhancedVpcRouting(Boolean enhancedVpcRouting)
Indicates whether to create the cluster with enhanced VPC routing enabled.
|
AwsRedshiftClusterDetails.Builder |
expectedNextSnapshotScheduleTime(String expectedNextSnapshotScheduleTime)
Indicates when the next snapshot is expected to be taken.
|
AwsRedshiftClusterDetails.Builder |
expectedNextSnapshotScheduleTimeStatus(String expectedNextSnapshotScheduleTimeStatus)
The status of the next expected snapshot.
|
AwsRedshiftClusterDetails.Builder |
hsmStatus(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.
|
default AwsRedshiftClusterDetails.Builder |
hsmStatus(Consumer<AwsRedshiftClusterHsmStatus.Builder> 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.Builder |
iamRoles(AwsRedshiftClusterIamRole... iamRoles)
A list of IAM roles that the cluster can use to access other AWS services.
|
AwsRedshiftClusterDetails.Builder |
iamRoles(Collection<AwsRedshiftClusterIamRole> iamRoles)
A list of IAM roles that the cluster can use to access other AWS services.
|
AwsRedshiftClusterDetails.Builder |
iamRoles(Consumer<AwsRedshiftClusterIamRole.Builder>... iamRoles)
A list of IAM roles that the cluster can use to access other AWS services.
|
AwsRedshiftClusterDetails.Builder |
kmsKeyId(String kmsKeyId)
The identifier of the AWS KMS encryption key that is used to encrypt data in the cluster.
|
AwsRedshiftClusterDetails.Builder |
maintenanceTrackName(String maintenanceTrackName)
The name of the maintenance track for the cluster.
|
AwsRedshiftClusterDetails.Builder |
manualSnapshotRetentionPeriod(Integer manualSnapshotRetentionPeriod)
The default number of days to retain a manual snapshot.
|
AwsRedshiftClusterDetails.Builder |
masterUsername(String masterUsername)
The master user name for the cluster.
|
AwsRedshiftClusterDetails.Builder |
nextMaintenanceWindowStartTime(String nextMaintenanceWindowStartTime)
Indicates the start of the next maintenance window.
|
AwsRedshiftClusterDetails.Builder |
nodeType(String nodeType)
The node type for the nodes in the cluster.
|
AwsRedshiftClusterDetails.Builder |
numberOfNodes(Integer numberOfNodes)
The number of compute nodes in the cluster.
|
AwsRedshiftClusterDetails.Builder |
pendingActions(Collection<String> pendingActions)
A list of cluster operations that are waiting to start.
|
AwsRedshiftClusterDetails.Builder |
pendingActions(String... pendingActions)
A list of cluster operations that are waiting to start.
|
AwsRedshiftClusterDetails.Builder |
pendingModifiedValues(AwsRedshiftClusterPendingModifiedValues pendingModifiedValues)
A list of changes to the cluster that are currently pending.
|
default AwsRedshiftClusterDetails.Builder |
pendingModifiedValues(Consumer<AwsRedshiftClusterPendingModifiedValues.Builder> pendingModifiedValues)
A list of changes to the cluster that are currently pending.
|
AwsRedshiftClusterDetails.Builder |
preferredMaintenanceWindow(String preferredMaintenanceWindow)
The weekly time range, in Universal Coordinated Time (UTC), during which system maintenance can occur.
|
AwsRedshiftClusterDetails.Builder |
publiclyAccessible(Boolean publiclyAccessible)
Whether the cluster can be accessed from a public network.
|
AwsRedshiftClusterDetails.Builder |
resizeInfo(AwsRedshiftClusterResizeInfo resizeInfo)
Information about the resize operation for the cluster.
|
default AwsRedshiftClusterDetails.Builder |
resizeInfo(Consumer<AwsRedshiftClusterResizeInfo.Builder> resizeInfo)
Information about the resize operation for the cluster.
|
AwsRedshiftClusterDetails.Builder |
restoreStatus(AwsRedshiftClusterRestoreStatus restoreStatus)
Information about the status of a cluster restore action.
|
default AwsRedshiftClusterDetails.Builder |
restoreStatus(Consumer<AwsRedshiftClusterRestoreStatus.Builder> restoreStatus)
Information about the status of a cluster restore action.
|
AwsRedshiftClusterDetails.Builder |
snapshotScheduleIdentifier(String snapshotScheduleIdentifier)
A unique identifier for the cluster snapshot schedule.
|
AwsRedshiftClusterDetails.Builder |
snapshotScheduleState(String snapshotScheduleState)
The current state of the cluster snapshot schedule.
|
AwsRedshiftClusterDetails.Builder |
vpcId(String vpcId)
The identifier of the VPC that the cluster is in, if the cluster is in a VPC.
|
AwsRedshiftClusterDetails.Builder |
vpcSecurityGroups(AwsRedshiftClusterVpcSecurityGroup... vpcSecurityGroups)
The list of VPC security groups that the cluster belongs to, if the cluster is in a VPC.
|
AwsRedshiftClusterDetails.Builder |
vpcSecurityGroups(Collection<AwsRedshiftClusterVpcSecurityGroup> vpcSecurityGroups)
The list of VPC security groups that the cluster belongs to, if the cluster is in a VPC.
|
AwsRedshiftClusterDetails.Builder |
vpcSecurityGroups(Consumer<AwsRedshiftClusterVpcSecurityGroup.Builder>... vpcSecurityGroups)
The list of VPC security groups that the cluster belongs to, if the cluster is in a VPC.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AwsRedshiftClusterDetails.Builder allowVersionUpgrade(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.AwsRedshiftClusterDetails.Builder automatedSnapshotRetentionPeriod(Integer automatedSnapshotRetentionPeriod)
The number of days that automatic cluster snapshots are retained.
automatedSnapshotRetentionPeriod
- The number of days that automatic cluster snapshots are retained.AwsRedshiftClusterDetails.Builder availabilityZone(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.AwsRedshiftClusterDetails.Builder clusterAvailabilityStatus(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.
AwsRedshiftClusterDetails.Builder clusterCreateTime(String clusterCreateTime)
Indicates when the cluster was created.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z
.
clusterCreateTime
- Indicates when the cluster was created.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z
.
AwsRedshiftClusterDetails.Builder clusterIdentifier(String clusterIdentifier)
The unique identifier of the cluster.
clusterIdentifier
- The unique identifier of the cluster.AwsRedshiftClusterDetails.Builder clusterNodes(Collection<AwsRedshiftClusterClusterNode> clusterNodes)
The nodes in the cluster.
clusterNodes
- The nodes in the cluster.AwsRedshiftClusterDetails.Builder clusterNodes(AwsRedshiftClusterClusterNode... clusterNodes)
The nodes in the cluster.
clusterNodes
- The nodes in the cluster.AwsRedshiftClusterDetails.Builder clusterNodes(Consumer<AwsRedshiftClusterClusterNode.Builder>... clusterNodes)
The nodes in the cluster.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #clusterNodes(List)
.clusterNodes
- a consumer that will call methods on List.Builder
#clusterNodes(List)
AwsRedshiftClusterDetails.Builder clusterParameterGroups(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.AwsRedshiftClusterDetails.Builder clusterParameterGroups(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.AwsRedshiftClusterDetails.Builder clusterParameterGroups(Consumer<AwsRedshiftClusterClusterParameterGroup.Builder>... clusterParameterGroups)
The list of cluster parameter groups that are associated with this cluster.
This is a convenience that creates an instance of the.Builder
avoiding the need to create one manually via #builder()
.
When the Consumer
completes, List.Builder#build()
is
called immediately and its result is passed to #clusterParameterGroups(List)
.clusterParameterGroups
- a consumer that will call methods on List.Builder
#clusterParameterGroups(List)
AwsRedshiftClusterDetails.Builder clusterPublicKey(String clusterPublicKey)
The public key for the cluster.
clusterPublicKey
- The public key for the cluster.AwsRedshiftClusterDetails.Builder clusterRevisionNumber(String clusterRevisionNumber)
The specific revision number of the database in the cluster.
clusterRevisionNumber
- The specific revision number of the database in the cluster.AwsRedshiftClusterDetails.Builder clusterSecurityGroups(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.AwsRedshiftClusterDetails.Builder clusterSecurityGroups(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.AwsRedshiftClusterDetails.Builder clusterSecurityGroups(Consumer<AwsRedshiftClusterClusterSecurityGroup.Builder>... clusterSecurityGroups)
A list of cluster security groups that are associated with the cluster.
This is a convenience that creates an instance of the.Builder
avoiding the need to create one manually via #builder()
.
When the Consumer
completes, List.Builder#build()
is
called immediately and its result is passed to #clusterSecurityGroups(List)
.clusterSecurityGroups
- a consumer that will call methods on List.Builder
#clusterSecurityGroups(List)
AwsRedshiftClusterDetails.Builder clusterSnapshotCopyStatus(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.default AwsRedshiftClusterDetails.Builder clusterSnapshotCopyStatus(Consumer<AwsRedshiftClusterClusterSnapshotCopyStatus.Builder> clusterSnapshotCopyStatus)
Information about the destination Region and retention period for the cross-Region snapshot copy.
This is a convenience that creates an instance of theAwsRedshiftClusterClusterSnapshotCopyStatus.Builder
avoiding the need to create one manually via
AwsRedshiftClusterClusterSnapshotCopyStatus.builder()
.
When the Consumer
completes, SdkBuilder.build()
is
called immediately and its result is passed to
clusterSnapshotCopyStatus(AwsRedshiftClusterClusterSnapshotCopyStatus)
.clusterSnapshotCopyStatus
- a consumer that will call methods on AwsRedshiftClusterClusterSnapshotCopyStatus.Builder
clusterSnapshotCopyStatus(AwsRedshiftClusterClusterSnapshotCopyStatus)
AwsRedshiftClusterDetails.Builder clusterStatus(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
AwsRedshiftClusterDetails.Builder clusterSubnetGroupName(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.AwsRedshiftClusterDetails.Builder clusterVersion(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.AwsRedshiftClusterDetails.Builder dbName(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.
AwsRedshiftClusterDetails.Builder deferredMaintenanceWindows(Collection<AwsRedshiftClusterDeferredMaintenanceWindow> deferredMaintenanceWindows)
List of time windows during which maintenance was deferred.
deferredMaintenanceWindows
- List of time windows during which maintenance was deferred.AwsRedshiftClusterDetails.Builder deferredMaintenanceWindows(AwsRedshiftClusterDeferredMaintenanceWindow... deferredMaintenanceWindows)
List of time windows during which maintenance was deferred.
deferredMaintenanceWindows
- List of time windows during which maintenance was deferred.AwsRedshiftClusterDetails.Builder deferredMaintenanceWindows(Consumer<AwsRedshiftClusterDeferredMaintenanceWindow.Builder>... deferredMaintenanceWindows)
List of time windows during which maintenance was deferred.
This is a convenience that creates an instance of the.Builder
avoiding the need to create one manually via
List#builder()
.
When the Consumer
completes, .Builder#build()
is called immediately and its result is passed
to #deferredMaintenanceWindows(List)
.deferredMaintenanceWindows
- a consumer that will call methods on List.Builder
#deferredMaintenanceWindows(List)
AwsRedshiftClusterDetails.Builder elasticIpStatus(AwsRedshiftClusterElasticIpStatus elasticIpStatus)
Information about the status of the Elastic IP (EIP) address.
elasticIpStatus
- Information about the status of the Elastic IP (EIP) address.default AwsRedshiftClusterDetails.Builder elasticIpStatus(Consumer<AwsRedshiftClusterElasticIpStatus.Builder> elasticIpStatus)
Information about the status of the Elastic IP (EIP) address.
This is a convenience that creates an instance of theAwsRedshiftClusterElasticIpStatus.Builder
avoiding the need to create one manually via AwsRedshiftClusterElasticIpStatus.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to elasticIpStatus(AwsRedshiftClusterElasticIpStatus)
.elasticIpStatus
- a consumer that will call methods on AwsRedshiftClusterElasticIpStatus.Builder
elasticIpStatus(AwsRedshiftClusterElasticIpStatus)
AwsRedshiftClusterDetails.Builder elasticResizeNumberOfNodeOptions(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.AwsRedshiftClusterDetails.Builder encrypted(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.AwsRedshiftClusterDetails.Builder endpoint(AwsRedshiftClusterEndpoint endpoint)
The connection endpoint.
endpoint
- The connection endpoint.default AwsRedshiftClusterDetails.Builder endpoint(Consumer<AwsRedshiftClusterEndpoint.Builder> endpoint)
The connection endpoint.
This is a convenience that creates an instance of theAwsRedshiftClusterEndpoint.Builder
avoiding the
need to create one manually via AwsRedshiftClusterEndpoint.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to endpoint(AwsRedshiftClusterEndpoint)
.endpoint
- a consumer that will call methods on AwsRedshiftClusterEndpoint.Builder
endpoint(AwsRedshiftClusterEndpoint)
AwsRedshiftClusterDetails.Builder enhancedVpcRouting(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.AwsRedshiftClusterDetails.Builder expectedNextSnapshotScheduleTime(String expectedNextSnapshotScheduleTime)
Indicates when the next snapshot is expected to be taken. The cluster must have a valid snapshot schedule and have backups enabled.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z
.
expectedNextSnapshotScheduleTime
- Indicates when the next snapshot is expected to be taken. The cluster must have a valid snapshot
schedule and have backups enabled.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z
.
AwsRedshiftClusterDetails.Builder expectedNextSnapshotScheduleTimeStatus(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
AwsRedshiftClusterDetails.Builder hsmStatus(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.default AwsRedshiftClusterDetails.Builder hsmStatus(Consumer<AwsRedshiftClusterHsmStatus.Builder> 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.
This is a convenience that creates an instance of theAwsRedshiftClusterHsmStatus.Builder
avoiding
the need to create one manually via AwsRedshiftClusterHsmStatus.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to hsmStatus(AwsRedshiftClusterHsmStatus)
.hsmStatus
- a consumer that will call methods on AwsRedshiftClusterHsmStatus.Builder
hsmStatus(AwsRedshiftClusterHsmStatus)
AwsRedshiftClusterDetails.Builder iamRoles(Collection<AwsRedshiftClusterIamRole> iamRoles)
A list of IAM roles that the cluster can use to access other AWS services.
iamRoles
- A list of IAM roles that the cluster can use to access other AWS services.AwsRedshiftClusterDetails.Builder iamRoles(AwsRedshiftClusterIamRole... iamRoles)
A list of IAM roles that the cluster can use to access other AWS services.
iamRoles
- A list of IAM roles that the cluster can use to access other AWS services.AwsRedshiftClusterDetails.Builder iamRoles(Consumer<AwsRedshiftClusterIamRole.Builder>... iamRoles)
A list of IAM roles that the cluster can use to access other AWS services.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #iamRoles(List)
.iamRoles
- a consumer that will call methods on List.Builder
#iamRoles(List)
AwsRedshiftClusterDetails.Builder kmsKeyId(String kmsKeyId)
The identifier of the AWS KMS encryption key that is used to encrypt data in the cluster.
kmsKeyId
- The identifier of the AWS KMS encryption key that is used to encrypt data in the cluster.AwsRedshiftClusterDetails.Builder maintenanceTrackName(String maintenanceTrackName)
The name of the maintenance track for the cluster.
maintenanceTrackName
- The name of the maintenance track for the cluster.AwsRedshiftClusterDetails.Builder manualSnapshotRetentionPeriod(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
AwsRedshiftClusterDetails.Builder masterUsername(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
.AwsRedshiftClusterDetails.Builder nextMaintenanceWindowStartTime(String nextMaintenanceWindowStartTime)
Indicates the start of the next maintenance window.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z
.
nextMaintenanceWindowStartTime
- Indicates the start of the next maintenance window.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z
.
AwsRedshiftClusterDetails.Builder nodeType(String nodeType)
The node type for the nodes in the cluster.
nodeType
- The node type for the nodes in the cluster.AwsRedshiftClusterDetails.Builder numberOfNodes(Integer numberOfNodes)
The number of compute nodes in the cluster.
numberOfNodes
- The number of compute nodes in the cluster.AwsRedshiftClusterDetails.Builder pendingActions(Collection<String> pendingActions)
A list of cluster operations that are waiting to start.
pendingActions
- A list of cluster operations that are waiting to start.AwsRedshiftClusterDetails.Builder pendingActions(String... pendingActions)
A list of cluster operations that are waiting to start.
pendingActions
- A list of cluster operations that are waiting to start.AwsRedshiftClusterDetails.Builder pendingModifiedValues(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.default AwsRedshiftClusterDetails.Builder pendingModifiedValues(Consumer<AwsRedshiftClusterPendingModifiedValues.Builder> pendingModifiedValues)
A list of changes to the cluster that are currently pending.
This is a convenience that creates an instance of theAwsRedshiftClusterPendingModifiedValues.Builder
avoiding the need to create one manually via AwsRedshiftClusterPendingModifiedValues.builder()
.
When the Consumer
completes, SdkBuilder.build()
is
called immediately and its result is passed to
pendingModifiedValues(AwsRedshiftClusterPendingModifiedValues)
.pendingModifiedValues
- a consumer that will call methods on AwsRedshiftClusterPendingModifiedValues.Builder
pendingModifiedValues(AwsRedshiftClusterPendingModifiedValues)
AwsRedshiftClusterDetails.Builder preferredMaintenanceWindow(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
AwsRedshiftClusterDetails.Builder publiclyAccessible(Boolean publiclyAccessible)
Whether the cluster can be accessed from a public network.
publiclyAccessible
- Whether the cluster can be accessed from a public network.AwsRedshiftClusterDetails.Builder resizeInfo(AwsRedshiftClusterResizeInfo resizeInfo)
Information about the resize operation for the cluster.
resizeInfo
- Information about the resize operation for the cluster.default AwsRedshiftClusterDetails.Builder resizeInfo(Consumer<AwsRedshiftClusterResizeInfo.Builder> resizeInfo)
Information about the resize operation for the cluster.
This is a convenience that creates an instance of theAwsRedshiftClusterResizeInfo.Builder
avoiding
the need to create one manually via AwsRedshiftClusterResizeInfo.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to resizeInfo(AwsRedshiftClusterResizeInfo)
.resizeInfo
- a consumer that will call methods on AwsRedshiftClusterResizeInfo.Builder
resizeInfo(AwsRedshiftClusterResizeInfo)
AwsRedshiftClusterDetails.Builder restoreStatus(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.default AwsRedshiftClusterDetails.Builder restoreStatus(Consumer<AwsRedshiftClusterRestoreStatus.Builder> restoreStatus)
Information about the status of a cluster restore action. Only applies to a cluster that was created by restoring a snapshot.
This is a convenience that creates an instance of theAwsRedshiftClusterRestoreStatus.Builder
avoiding the need to create one manually via AwsRedshiftClusterRestoreStatus.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to restoreStatus(AwsRedshiftClusterRestoreStatus)
.restoreStatus
- a consumer that will call methods on AwsRedshiftClusterRestoreStatus.Builder
restoreStatus(AwsRedshiftClusterRestoreStatus)
AwsRedshiftClusterDetails.Builder snapshotScheduleIdentifier(String snapshotScheduleIdentifier)
A unique identifier for the cluster snapshot schedule.
snapshotScheduleIdentifier
- A unique identifier for the cluster snapshot schedule.AwsRedshiftClusterDetails.Builder snapshotScheduleState(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
AwsRedshiftClusterDetails.Builder vpcId(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.AwsRedshiftClusterDetails.Builder vpcSecurityGroups(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.AwsRedshiftClusterDetails.Builder vpcSecurityGroups(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.AwsRedshiftClusterDetails.Builder vpcSecurityGroups(Consumer<AwsRedshiftClusterVpcSecurityGroup.Builder>... vpcSecurityGroups)
The list of VPC security groups that the cluster belongs to, if the cluster is in a VPC.
This is a convenience that creates an instance of the.Builder
avoiding the need to create one manually via #builder()
.
When the Consumer
completes, List.Builder#build()
is
called immediately and its result is passed to #vpcSecurityGroups(List)
.vpcSecurityGroups
- a consumer that will call methods on List.Builder
#vpcSecurityGroups(List)
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.