@Generated(value="software.amazon.awssdk:codegen") public final class AwsRedshiftClusterLoggingStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsRedshiftClusterLoggingStatus.Builder,AwsRedshiftClusterLoggingStatus>
Provides information about the logging status of the cluster.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsRedshiftClusterLoggingStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucketName()
The name of the S3 bucket where the log files are stored.
|
static AwsRedshiftClusterLoggingStatus.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lastFailureMessage()
The message indicating that the logs failed to be delivered.
|
String |
lastFailureTime()
The last time when logs failed to be delivered.
|
String |
lastSuccessfulDeliveryTime()
The last time that logs were delivered successfully.
|
Boolean |
loggingEnabled()
Indicates whether logging is enabled.
|
String |
s3KeyPrefix()
Provides the prefix applied to the log file names.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsRedshiftClusterLoggingStatus.Builder> |
serializableBuilderClass() |
AwsRedshiftClusterLoggingStatus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bucketName()
The name of the S3 bucket where the log files are stored.
public final String lastFailureMessage()
The message indicating that the logs failed to be delivered.
public final 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.
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.
public final 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.
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.
public final Boolean loggingEnabled()
Indicates whether logging is enabled.
public final String s3KeyPrefix()
Provides the prefix applied to the log file names.
public AwsRedshiftClusterLoggingStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsRedshiftClusterLoggingStatus.Builder,AwsRedshiftClusterLoggingStatus>public static AwsRedshiftClusterLoggingStatus.Builder builder()
public static Class<? extends AwsRedshiftClusterLoggingStatus.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.