Interface S3MonitoringConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3MonitoringConfiguration.Builder,
,S3MonitoringConfiguration> SdkBuilder<S3MonitoringConfiguration.Builder,
,S3MonitoringConfiguration> SdkPojo
- Enclosing class:
S3MonitoringConfiguration
@Mutable
@NotThreadSafe
public static interface S3MonitoringConfiguration.Builder
extends SdkPojo, CopyableBuilder<S3MonitoringConfiguration.Builder,S3MonitoringConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionencryptionKeyArn
(String encryptionKeyArn) The KMS key ARN to encrypt the logs published to the given Amazon S3 destination.The Amazon S3 destination URI for log publishing.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, sdkFieldNameToField, sdkFields
-
Method Details
-
logUri
The Amazon S3 destination URI for log publishing.
- Parameters:
logUri
- The Amazon S3 destination URI for log publishing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionKeyArn
The KMS key ARN to encrypt the logs published to the given Amazon S3 destination.
- Parameters:
encryptionKeyArn
- 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.
-