| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.allowVersionUpgrade(Boolean allowVersionUpgrade)
Indicates whether major version upgrades are applied automatically to the cluster during the maintenance
window.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.automatedSnapshotRetentionPeriod(Integer automatedSnapshotRetentionPeriod)
The number of days that automatic cluster snapshots are retained.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.availabilityZone(String availabilityZone)
The name of the Availability Zone in which the cluster is located.
|
static AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.builder() |
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.clusterAvailabilityStatus(String clusterAvailabilityStatus)
The availability status of the cluster for queries.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.clusterCreateTime(String clusterCreateTime)
Indicates when the cluster was created.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.clusterIdentifier(String clusterIdentifier)
The unique identifier of the cluster.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.clusterNodes(AwsRedshiftClusterClusterNode... clusterNodes)
The nodes in the cluster.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.clusterNodes(Collection<AwsRedshiftClusterClusterNode> clusterNodes)
The nodes in the cluster.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.clusterNodes(Consumer<AwsRedshiftClusterClusterNode.Builder>... clusterNodes)
The nodes in the cluster.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.clusterParameterGroups(AwsRedshiftClusterClusterParameterGroup... clusterParameterGroups)
The list of cluster parameter groups that are associated with this cluster.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.clusterParameterGroups(Collection<AwsRedshiftClusterClusterParameterGroup> clusterParameterGroups)
The list of cluster parameter groups that are associated with this cluster.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.clusterParameterGroups(Consumer<AwsRedshiftClusterClusterParameterGroup.Builder>... clusterParameterGroups)
The list of cluster parameter groups that are associated with this cluster.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.clusterPublicKey(String clusterPublicKey)
The public key for the cluster.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.clusterRevisionNumber(String clusterRevisionNumber)
The specific revision number of the database in the cluster.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.clusterSecurityGroups(AwsRedshiftClusterClusterSecurityGroup... clusterSecurityGroups)
A list of cluster security groups that are associated with the cluster.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.clusterSecurityGroups(Collection<AwsRedshiftClusterClusterSecurityGroup> clusterSecurityGroups)
A list of cluster security groups that are associated with the cluster.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.clusterSecurityGroups(Consumer<AwsRedshiftClusterClusterSecurityGroup.Builder>... clusterSecurityGroups)
A list of cluster security groups that are associated with the cluster.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.clusterSnapshotCopyStatus(AwsRedshiftClusterClusterSnapshotCopyStatus clusterSnapshotCopyStatus)
Information about the destination Region and retention period for the cross-Region snapshot copy.
|
default AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.clusterSnapshotCopyStatus(Consumer<AwsRedshiftClusterClusterSnapshotCopyStatus.Builder> clusterSnapshotCopyStatus)
Information about the destination Region and retention period for the cross-Region snapshot copy.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.clusterStatus(String clusterStatus)
The current status of the cluster.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.clusterSubnetGroupName(String clusterSubnetGroupName)
The name of the subnet group that is associated with the cluster.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.clusterVersion(String clusterVersion)
The version ID of the Amazon Redshift engine that runs on the cluster.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.dbName(String dbName)
The name of the initial database that was created when the cluster was created.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.deferredMaintenanceWindows(AwsRedshiftClusterDeferredMaintenanceWindow... deferredMaintenanceWindows)
List of time windows during which maintenance was deferred.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.deferredMaintenanceWindows(Collection<AwsRedshiftClusterDeferredMaintenanceWindow> deferredMaintenanceWindows)
List of time windows during which maintenance was deferred.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.deferredMaintenanceWindows(Consumer<AwsRedshiftClusterDeferredMaintenanceWindow.Builder>... deferredMaintenanceWindows)
List of time windows during which maintenance was deferred.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.elasticIpStatus(AwsRedshiftClusterElasticIpStatus elasticIpStatus)
Information about the status of the Elastic IP (EIP) address.
|
default AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.elasticIpStatus(Consumer<AwsRedshiftClusterElasticIpStatus.Builder> elasticIpStatus)
Information about the status of the Elastic IP (EIP) address.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.elasticResizeNumberOfNodeOptions(String elasticResizeNumberOfNodeOptions)
The number of nodes that you can use the elastic resize method to resize the cluster to.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.encrypted(Boolean encrypted)
Indicates whether the data in the cluster is encrypted at rest.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.endpoint(AwsRedshiftClusterEndpoint endpoint)
The connection endpoint.
|
default AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.endpoint(Consumer<AwsRedshiftClusterEndpoint.Builder> endpoint)
The connection endpoint.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.enhancedVpcRouting(Boolean enhancedVpcRouting)
Indicates whether to create the cluster with enhanced VPC routing enabled.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.expectedNextSnapshotScheduleTime(String expectedNextSnapshotScheduleTime)
Indicates when the next snapshot is expected to be taken.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.expectedNextSnapshotScheduleTimeStatus(String expectedNextSnapshotScheduleTimeStatus)
The status of the next expected snapshot.
|
AwsRedshiftClusterDetails.Builder |
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 |
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 |
AwsRedshiftClusterDetails.Builder.iamRoles(AwsRedshiftClusterIamRole... iamRoles)
A list of IAM roles that the cluster can use to access other Amazon Web Services services.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.iamRoles(Collection<AwsRedshiftClusterIamRole> iamRoles)
A list of IAM roles that the cluster can use to access other Amazon Web Services services.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.iamRoles(Consumer<AwsRedshiftClusterIamRole.Builder>... iamRoles)
A list of IAM roles that the cluster can use to access other Amazon Web Services services.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.kmsKeyId(String kmsKeyId)
The identifier of the KMS encryption key that is used to encrypt data in the cluster.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.loggingStatus(AwsRedshiftClusterLoggingStatus loggingStatus)
Information about the logging status of the cluster.
|
default AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.loggingStatus(Consumer<AwsRedshiftClusterLoggingStatus.Builder> loggingStatus)
Information about the logging status of the cluster.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.maintenanceTrackName(String maintenanceTrackName)
The name of the maintenance track for the cluster.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.manualSnapshotRetentionPeriod(Integer manualSnapshotRetentionPeriod)
The default number of days to retain a manual snapshot.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.masterUsername(String masterUsername)
The master user name for the cluster.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.nextMaintenanceWindowStartTime(String nextMaintenanceWindowStartTime)
Indicates the start of the next maintenance window.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.nodeType(String nodeType)
The node type for the nodes in the cluster.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.numberOfNodes(Integer numberOfNodes)
The number of compute nodes in the cluster.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.pendingActions(Collection<String> pendingActions)
A list of cluster operations that are waiting to start.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.pendingActions(String... pendingActions)
A list of cluster operations that are waiting to start.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.pendingModifiedValues(AwsRedshiftClusterPendingModifiedValues pendingModifiedValues)
A list of changes to the cluster that are currently pending.
|
default AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.pendingModifiedValues(Consumer<AwsRedshiftClusterPendingModifiedValues.Builder> pendingModifiedValues)
A list of changes to the cluster that are currently pending.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow)
The weekly time range, in Universal Coordinated Time (UTC), during which system maintenance can occur.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.publiclyAccessible(Boolean publiclyAccessible)
Whether the cluster can be accessed from a public network.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.resizeInfo(AwsRedshiftClusterResizeInfo resizeInfo)
Information about the resize operation for the cluster.
|
default AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.resizeInfo(Consumer<AwsRedshiftClusterResizeInfo.Builder> resizeInfo)
Information about the resize operation for the cluster.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.restoreStatus(AwsRedshiftClusterRestoreStatus restoreStatus)
Information about the status of a cluster restore action.
|
default AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.restoreStatus(Consumer<AwsRedshiftClusterRestoreStatus.Builder> restoreStatus)
Information about the status of a cluster restore action.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.snapshotScheduleIdentifier(String snapshotScheduleIdentifier)
A unique identifier for the cluster snapshot schedule.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.snapshotScheduleState(String snapshotScheduleState)
The current state of the cluster snapshot schedule.
|
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.toBuilder() |
AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.vpcId(String vpcId)
The identifier of the VPC that the cluster is in, if the cluster is in a VPC.
|
AwsRedshiftClusterDetails.Builder |
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 |
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 |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsRedshiftClusterDetails.Builder> |
AwsRedshiftClusterDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ResourceDetails.Builder |
ResourceDetails.Builder.awsRedshiftCluster(Consumer<AwsRedshiftClusterDetails.Builder> awsRedshiftCluster)
Contains details about an Amazon Redshift cluster.
|
Copyright © 2023. All rights reserved.