public static interface EnableLoggingResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<EnableLoggingResponse.Builder,EnableLoggingResponse>
Modifier and Type | Method and Description |
---|---|
EnableLoggingResponse.Builder |
bucketName(String bucketName)
The name of the S3 bucket where the log files are stored.
|
EnableLoggingResponse.Builder |
lastFailureMessage(String lastFailureMessage)
The message indicating that logs failed to be delivered.
|
EnableLoggingResponse.Builder |
lastFailureTime(Instant lastFailureTime)
The last time when logs failed to be delivered.
|
EnableLoggingResponse.Builder |
lastSuccessfulDeliveryTime(Instant lastSuccessfulDeliveryTime)
The last time that logs were delivered.
|
EnableLoggingResponse.Builder |
loggingEnabled(Boolean loggingEnabled)
true if logging is on, false if logging is off. |
EnableLoggingResponse.Builder |
s3KeyPrefix(String s3KeyPrefix)
The prefix applied to the log file names.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
EnableLoggingResponse.Builder loggingEnabled(Boolean loggingEnabled)
true
if logging is on, false
if logging is off.
loggingEnabled
- true
if logging is on, false
if logging is off.EnableLoggingResponse.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.EnableLoggingResponse.Builder s3KeyPrefix(String s3KeyPrefix)
The prefix applied to the log file names.
s3KeyPrefix
- The prefix applied to the log file names.EnableLoggingResponse.Builder lastSuccessfulDeliveryTime(Instant lastSuccessfulDeliveryTime)
The last time that logs were delivered.
lastSuccessfulDeliveryTime
- The last time that logs were delivered.EnableLoggingResponse.Builder lastFailureTime(Instant lastFailureTime)
The last time when logs failed to be delivered.
lastFailureTime
- The last time when logs failed to be delivered.EnableLoggingResponse.Builder lastFailureMessage(String lastFailureMessage)
The message indicating that logs failed to be delivered.
lastFailureMessage
- The message indicating that logs failed to be delivered.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.