| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsRedshiftClusterLoggingStatus.Builder |
AwsRedshiftClusterLoggingStatus.Builder.bucketName(String bucketName)
The name of the S3 bucket where the log files are stored.
|
static AwsRedshiftClusterLoggingStatus.Builder |
AwsRedshiftClusterLoggingStatus.builder() |
AwsRedshiftClusterLoggingStatus.Builder |
AwsRedshiftClusterLoggingStatus.Builder.lastFailureMessage(String lastFailureMessage)
The message indicating that the logs failed to be delivered.
|
AwsRedshiftClusterLoggingStatus.Builder |
AwsRedshiftClusterLoggingStatus.Builder.lastFailureTime(String lastFailureTime)
The last time when logs failed to be delivered.
|
AwsRedshiftClusterLoggingStatus.Builder |
AwsRedshiftClusterLoggingStatus.Builder.lastSuccessfulDeliveryTime(String lastSuccessfulDeliveryTime)
The last time that logs were delivered successfully.
|
AwsRedshiftClusterLoggingStatus.Builder |
AwsRedshiftClusterLoggingStatus.Builder.loggingEnabled(Boolean loggingEnabled)
Indicates whether logging is enabled.
|
AwsRedshiftClusterLoggingStatus.Builder |
AwsRedshiftClusterLoggingStatus.Builder.s3KeyPrefix(String s3KeyPrefix)
Provides the prefix applied to the log file names.
|
AwsRedshiftClusterLoggingStatus.Builder |
AwsRedshiftClusterLoggingStatus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsRedshiftClusterLoggingStatus.Builder> |
AwsRedshiftClusterLoggingStatus.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.loggingStatus(Consumer<AwsRedshiftClusterLoggingStatus.Builder> loggingStatus)
Information about the logging status of the cluster.
|
Copyright © 2023. All rights reserved.