Interface DataLakeEncryptionConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataLakeEncryptionConfiguration.Builder,
,DataLakeEncryptionConfiguration> SdkBuilder<DataLakeEncryptionConfiguration.Builder,
,DataLakeEncryptionConfiguration> SdkPojo
- Enclosing class:
DataLakeEncryptionConfiguration
@Mutable
@NotThreadSafe
public static interface DataLakeEncryptionConfiguration.Builder
extends SdkPojo, CopyableBuilder<DataLakeEncryptionConfiguration.Builder,DataLakeEncryptionConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of KMS encryption key used by Amazon Security Lake to encrypt the Security Lake object.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
-
kmsKeyId
The identifier of KMS encryption key used by Amazon Security Lake to encrypt the Security Lake object.
- Parameters:
kmsKeyId
- The identifier of KMS encryption key used by Amazon Security Lake to encrypt the Security Lake object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-