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 |
logDestinationType(LogDestinationType logDestinationType)
The log destination type.
|
EnableLoggingResponse.Builder |
logDestinationType(String logDestinationType)
The log destination type.
|
EnableLoggingResponse.Builder |
logExports(Collection<String> logExports)
The collection of exported log types.
|
EnableLoggingResponse.Builder |
logExports(String... logExports)
The collection of exported log types.
|
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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildEnableLoggingResponse.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.EnableLoggingResponse.Builder logDestinationType(String logDestinationType)
The log destination type. An enum with possible values of s3 and cloudwatch.
logDestinationType - The log destination type. An enum with possible values of s3 and cloudwatch.LogDestinationType,
LogDestinationTypeEnableLoggingResponse.Builder logDestinationType(LogDestinationType logDestinationType)
The log destination type. An enum with possible values of s3 and cloudwatch.
logDestinationType - The log destination type. An enum with possible values of s3 and cloudwatch.LogDestinationType,
LogDestinationTypeEnableLoggingResponse.Builder logExports(Collection<String> logExports)
The collection of exported log types. Possible values are connectionlog,
useractivitylog, and userlog.
logExports - The collection of exported log types. Possible values are connectionlog,
useractivitylog, and userlog.EnableLoggingResponse.Builder logExports(String... logExports)
The collection of exported log types. Possible values are connectionlog,
useractivitylog, and userlog.
logExports - The collection of exported log types. Possible values are connectionlog,
useractivitylog, and userlog.Copyright © 2023. All rights reserved.