Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsRedshiftClusterLoggingStatus.Builder
-
Packages that use AwsRedshiftClusterLoggingStatus.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsRedshiftClusterLoggingStatus.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsRedshiftClusterLoggingStatus.Builder Modifier and Type Method Description AwsRedshiftClusterLoggingStatus.BuilderAwsRedshiftClusterLoggingStatus.Builder. bucketName(String bucketName)The name of the S3 bucket where the log files are stored.static AwsRedshiftClusterLoggingStatus.BuilderAwsRedshiftClusterLoggingStatus. builder()AwsRedshiftClusterLoggingStatus.BuilderAwsRedshiftClusterLoggingStatus.Builder. lastFailureMessage(String lastFailureMessage)The message indicating that the logs failed to be delivered.AwsRedshiftClusterLoggingStatus.BuilderAwsRedshiftClusterLoggingStatus.Builder. lastFailureTime(String lastFailureTime)The last time when logs failed to be delivered.AwsRedshiftClusterLoggingStatus.BuilderAwsRedshiftClusterLoggingStatus.Builder. lastSuccessfulDeliveryTime(String lastSuccessfulDeliveryTime)The last time that logs were delivered successfully.AwsRedshiftClusterLoggingStatus.BuilderAwsRedshiftClusterLoggingStatus.Builder. loggingEnabled(Boolean loggingEnabled)Indicates whether logging is enabled.AwsRedshiftClusterLoggingStatus.BuilderAwsRedshiftClusterLoggingStatus.Builder. s3KeyPrefix(String s3KeyPrefix)Provides the prefix applied to the log file names.AwsRedshiftClusterLoggingStatus.BuilderAwsRedshiftClusterLoggingStatus. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsRedshiftClusterLoggingStatus.Builder Modifier and Type Method Description static Class<? extends AwsRedshiftClusterLoggingStatus.Builder>AwsRedshiftClusterLoggingStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsRedshiftClusterLoggingStatus.Builder Modifier and Type Method Description default AwsRedshiftClusterDetails.BuilderAwsRedshiftClusterDetails.Builder. loggingStatus(Consumer<AwsRedshiftClusterLoggingStatus.Builder> loggingStatus)Information about the logging status of the cluster.
-