Uses of Interface
software.amazon.awssdk.services.osis.model.EncryptionAtRestOptions.Builder
-
Packages that use EncryptionAtRestOptions.Builder Package Description software.amazon.awssdk.services.osis.model -
-
Uses of EncryptionAtRestOptions.Builder in software.amazon.awssdk.services.osis.model
Methods in software.amazon.awssdk.services.osis.model that return EncryptionAtRestOptions.Builder Modifier and Type Method Description static EncryptionAtRestOptions.BuilderEncryptionAtRestOptions. builder()EncryptionAtRestOptions.BuilderEncryptionAtRestOptions.Builder. kmsKeyArn(String kmsKeyArn)The ARN of the KMS key used to encrypt data-at-rest in OpenSearch Ingestion.EncryptionAtRestOptions.BuilderEncryptionAtRestOptions. toBuilder()Methods in software.amazon.awssdk.services.osis.model that return types with arguments of type EncryptionAtRestOptions.Builder Modifier and Type Method Description static Class<? extends EncryptionAtRestOptions.Builder>EncryptionAtRestOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.osis.model with type arguments of type EncryptionAtRestOptions.Builder Modifier and Type Method Description default CreatePipelineRequest.BuilderCreatePipelineRequest.Builder. encryptionAtRestOptions(Consumer<EncryptionAtRestOptions.Builder> encryptionAtRestOptions)Key-value pairs to configure encryption for data that is written to a persistent buffer.default Pipeline.BuilderPipeline.Builder. encryptionAtRestOptions(Consumer<EncryptionAtRestOptions.Builder> encryptionAtRestOptions)Sets the value of the EncryptionAtRestOptions property for this object.default UpdatePipelineRequest.BuilderUpdatePipelineRequest.Builder. encryptionAtRestOptions(Consumer<EncryptionAtRestOptions.Builder> encryptionAtRestOptions)Key-value pairs to configure encryption for data that is written to a persistent buffer.
-