Interface EncryptionAtRestOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EncryptionAtRestOptions.Builder,EncryptionAtRestOptions>,SdkBuilder<EncryptionAtRestOptions.Builder,EncryptionAtRestOptions>,SdkPojo
- Enclosing class:
- EncryptionAtRestOptions
public static interface EncryptionAtRestOptions.Builder extends SdkPojo, CopyableBuilder<EncryptionAtRestOptions.Builder,EncryptionAtRestOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EncryptionAtRestOptions.BuilderkmsKeyArn(String kmsKeyArn)The ARN of the KMS key used to encrypt data-at-rest in OpenSearch Ingestion.-
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
-
kmsKeyArn
EncryptionAtRestOptions.Builder kmsKeyArn(String kmsKeyArn)
The ARN of the KMS key used to encrypt data-at-rest in OpenSearch Ingestion. By default, data is encrypted using an AWS owned key.
- Parameters:
kmsKeyArn- The ARN of the KMS key used to encrypt data-at-rest in OpenSearch Ingestion. By default, data is encrypted using an AWS owned key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-