Interface AwsRedshiftClusterLoggingStatus.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsRedshiftClusterLoggingStatus.Builder,AwsRedshiftClusterLoggingStatus>,SdkBuilder<AwsRedshiftClusterLoggingStatus.Builder,AwsRedshiftClusterLoggingStatus>,SdkPojo
- Enclosing class:
- AwsRedshiftClusterLoggingStatus
public static interface AwsRedshiftClusterLoggingStatus.Builder extends SdkPojo, CopyableBuilder<AwsRedshiftClusterLoggingStatus.Builder,AwsRedshiftClusterLoggingStatus>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsRedshiftClusterLoggingStatus.BuilderbucketName(String bucketName)The name of the S3 bucket where the log files are stored.AwsRedshiftClusterLoggingStatus.BuilderlastFailureMessage(String lastFailureMessage)The message indicating that the logs failed to be delivered.AwsRedshiftClusterLoggingStatus.BuilderlastFailureTime(String lastFailureTime)The last time when logs failed to be delivered.AwsRedshiftClusterLoggingStatus.BuilderlastSuccessfulDeliveryTime(String lastSuccessfulDeliveryTime)The last time that logs were delivered successfully.AwsRedshiftClusterLoggingStatus.BuilderloggingEnabled(Boolean loggingEnabled)Indicates whether logging is enabled.AwsRedshiftClusterLoggingStatus.Builders3KeyPrefix(String s3KeyPrefix)Provides the prefix applied to the log file names.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
bucketName
AwsRedshiftClusterLoggingStatus.Builder bucketName(String bucketName)
The name of the S3 bucket where the log files are stored.
- Parameters:
bucketName- The name of the S3 bucket where the log files are stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastFailureMessage
AwsRedshiftClusterLoggingStatus.Builder lastFailureMessage(String lastFailureMessage)
The message indicating that the logs failed to be delivered.
- Parameters:
lastFailureMessage- The message indicating that the logs failed to be delivered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastFailureTime
AwsRedshiftClusterLoggingStatus.Builder lastFailureTime(String lastFailureTime)
The last time when logs failed to be delivered.
This field accepts only the specified formats. Timestamps can end with
Zor("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:-
YYYY-MM-DDTHH:MM:SSZ(for example,2019-01-31T23:00:00Z) -
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ(for example,2019-01-31T23:00:00.123456789Z) -
YYYY-MM-DDTHH:MM:SS+HH:MM(for example,2024-01-04T15:25:10+17:59) -
YYYY-MM-DDTHH:MM:SS-HHMM(for example,2024-01-04T15:25:10-1759) -
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM(for example,2024-01-04T15:25:10.123456789+17:59)
- Parameters:
lastFailureTime- The last time when logs failed to be delivered.This field accepts only the specified formats. Timestamps can end with
Zor("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:-
YYYY-MM-DDTHH:MM:SSZ(for example,2019-01-31T23:00:00Z) -
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ(for example,2019-01-31T23:00:00.123456789Z) -
YYYY-MM-DDTHH:MM:SS+HH:MM(for example,2024-01-04T15:25:10+17:59) -
YYYY-MM-DDTHH:MM:SS-HHMM(for example,2024-01-04T15:25:10-1759) -
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM(for example,2024-01-04T15:25:10.123456789+17:59)
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
lastSuccessfulDeliveryTime
AwsRedshiftClusterLoggingStatus.Builder lastSuccessfulDeliveryTime(String lastSuccessfulDeliveryTime)
The last time that logs were delivered successfully.
This field accepts only the specified formats. Timestamps can end with
Zor("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:-
YYYY-MM-DDTHH:MM:SSZ(for example,2019-01-31T23:00:00Z) -
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ(for example,2019-01-31T23:00:00.123456789Z) -
YYYY-MM-DDTHH:MM:SS+HH:MM(for example,2024-01-04T15:25:10+17:59) -
YYYY-MM-DDTHH:MM:SS-HHMM(for example,2024-01-04T15:25:10-1759) -
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM(for example,2024-01-04T15:25:10.123456789+17:59)
- Parameters:
lastSuccessfulDeliveryTime- The last time that logs were delivered successfully.This field accepts only the specified formats. Timestamps can end with
Zor("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:-
YYYY-MM-DDTHH:MM:SSZ(for example,2019-01-31T23:00:00Z) -
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ(for example,2019-01-31T23:00:00.123456789Z) -
YYYY-MM-DDTHH:MM:SS+HH:MM(for example,2024-01-04T15:25:10+17:59) -
YYYY-MM-DDTHH:MM:SS-HHMM(for example,2024-01-04T15:25:10-1759) -
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM(for example,2024-01-04T15:25:10.123456789+17:59)
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
loggingEnabled
AwsRedshiftClusterLoggingStatus.Builder loggingEnabled(Boolean loggingEnabled)
Indicates whether logging is enabled.
- Parameters:
loggingEnabled- Indicates whether logging is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3KeyPrefix
AwsRedshiftClusterLoggingStatus.Builder s3KeyPrefix(String s3KeyPrefix)
Provides the prefix applied to the log file names.
- Parameters:
s3KeyPrefix- Provides the prefix applied to the log file names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-