Interface ManagedLoggingConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ManagedLoggingConfiguration.Builder,,ManagedLoggingConfiguration> SdkBuilder<ManagedLoggingConfiguration.Builder,,ManagedLoggingConfiguration> SdkPojo
- Enclosing class:
ManagedLoggingConfiguration
@Mutable
@NotThreadSafe
public static interface ManagedLoggingConfiguration.Builder
extends SdkPojo, CopyableBuilder<ManagedLoggingConfiguration.Builder,ManagedLoggingConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionEnables mamanged log persistence.The KMS key ARN to encrypt the logs stored in managed log persistence.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 mamanged log persistence.
- Parameters:
enabled- Enables mamanged log persistence.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKey
The KMS key ARN to encrypt the logs stored in managed log persistence.
- Parameters:
kmsKey- The KMS key ARN to encrypt the logs stored in managed log persistence.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-