Interface SessionManagedLoggingConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SessionManagedLoggingConfiguration.Builder,,SessionManagedLoggingConfiguration> SdkBuilder<SessionManagedLoggingConfiguration.Builder,,SessionManagedLoggingConfiguration> SdkPojo
- Enclosing class:
SessionManagedLoggingConfiguration
@Mutable
@NotThreadSafe
public static interface SessionManagedLoggingConfiguration.Builder
extends SdkPojo, CopyableBuilder<SessionManagedLoggingConfiguration.Builder,SessionManagedLoggingConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionWhether Amazon EMR-managed logging is enabled for the session.encryptionKeyArn(String encryptionKeyArn) The Amazon Resource Name (ARN) of the KMS key used to encrypt the managed logs.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
Whether Amazon EMR-managed logging is enabled for the session.
- Parameters:
enabled- Whether Amazon EMR-managed logging is enabled for the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionKeyArn
The Amazon Resource Name (ARN) of the KMS key used to encrypt the managed logs.
- Parameters:
encryptionKeyArn- The Amazon Resource Name (ARN) of the KMS key used to encrypt the managed logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-