Interface S3LoggingConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<S3LoggingConfiguration.Builder,,S3LoggingConfiguration> SdkBuilder<S3LoggingConfiguration.Builder,,S3LoggingConfiguration> SdkPojo
- Enclosing class:
S3LoggingConfiguration
@Mutable
@NotThreadSafe
public static interface S3LoggingConfiguration.Builder
extends SdkPojo, CopyableBuilder<S3LoggingConfiguration.Builder,S3LoggingConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionEnables S3 log delivery.The KMS key ARN to encrypt the logs published to the given Amazon S3 destination.logLocation(String logLocation) The Amazon S3 destination URI for log publishing.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
enabled
Enables S3 log delivery.
- Parameters:
enabled- Enables S3 log delivery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKey
The KMS key ARN to encrypt the logs published to the given Amazon S3 destination.
- Parameters:
kmsKey- The KMS key ARN to encrypt the logs published to the given Amazon S3 destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logLocation
The Amazon S3 destination URI for log publishing.
- Parameters:
logLocation- The Amazon S3 destination URI for log publishing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-