public static interface AwsRedshiftClusterLoggingStatus.Builder extends SdkPojo, CopyableBuilder<AwsRedshiftClusterLoggingStatus.Builder,AwsRedshiftClusterLoggingStatus>
| Modifier and Type | Method and Description |
|---|---|
AwsRedshiftClusterLoggingStatus.Builder |
bucketName(String bucketName)
The name of the S3 bucket where the log files are stored.
|
AwsRedshiftClusterLoggingStatus.Builder |
lastFailureMessage(String lastFailureMessage)
The message indicating that the logs failed to be delivered.
|
AwsRedshiftClusterLoggingStatus.Builder |
lastFailureTime(String lastFailureTime)
The last time when logs failed to be delivered.
|
AwsRedshiftClusterLoggingStatus.Builder |
lastSuccessfulDeliveryTime(String lastSuccessfulDeliveryTime)
The last time that logs were delivered successfully.
|
AwsRedshiftClusterLoggingStatus.Builder |
loggingEnabled(Boolean loggingEnabled)
Indicates whether logging is enabled.
|
AwsRedshiftClusterLoggingStatus.Builder |
s3KeyPrefix(String s3KeyPrefix)
Provides the prefix applied to the log file names.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsRedshiftClusterLoggingStatus.Builder bucketName(String bucketName)
The name of the S3 bucket where the log files are stored.
bucketName - The name of the S3 bucket where the log files are stored.AwsRedshiftClusterLoggingStatus.Builder lastFailureMessage(String lastFailureMessage)
The message indicating that the logs failed to be delivered.
lastFailureMessage - The message indicating that the logs failed to be delivered.AwsRedshiftClusterLoggingStatus.Builder lastFailureTime(String lastFailureTime)
The last time when logs failed to be delivered.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces, and date and time should be separated by T. For example,
2020-03-22T13:22:13.933Z.
lastFailureTime - The last time when logs failed to be delivered.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T.
For example, 2020-03-22T13:22:13.933Z.
AwsRedshiftClusterLoggingStatus.Builder lastSuccessfulDeliveryTime(String lastSuccessfulDeliveryTime)
The last time that logs were delivered successfully.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces, and date and time should be separated by T. For example,
2020-03-22T13:22:13.933Z.
lastSuccessfulDeliveryTime - The last time that logs were delivered successfully.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T.
For example, 2020-03-22T13:22:13.933Z.
AwsRedshiftClusterLoggingStatus.Builder loggingEnabled(Boolean loggingEnabled)
Indicates whether logging is enabled.
loggingEnabled - Indicates whether logging is enabled.AwsRedshiftClusterLoggingStatus.Builder s3KeyPrefix(String s3KeyPrefix)
Provides the prefix applied to the log file names.
s3KeyPrefix - Provides the prefix applied to the log file names.Copyright © 2023. All rights reserved.