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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
logUriThe 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.
 
- 
encryptionKeyArnThe 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.
 
 
-