Interface S3MonitoringConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3MonitoringConfiguration.Builder,S3MonitoringConfiguration>,SdkBuilder<S3MonitoringConfiguration.Builder,S3MonitoringConfiguration>,SdkPojo
- Enclosing class:
- S3MonitoringConfiguration
public static interface S3MonitoringConfiguration.Builder extends SdkPojo, CopyableBuilder<S3MonitoringConfiguration.Builder,S3MonitoringConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3MonitoringConfiguration.BuilderencryptionKeyArn(String encryptionKeyArn)The KMS key ARN to encrypt the logs published to the given Amazon S3 destination.S3MonitoringConfiguration.BuilderlogUri(String logUri)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, sdkFields
-
-
-
-
Method Detail
-
logUri
S3MonitoringConfiguration.Builder logUri(String 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
S3MonitoringConfiguration.Builder encryptionKeyArn(String 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.
-
-