Interface EncryptionConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EncryptionConfiguration.Builder,
,EncryptionConfiguration> SdkBuilder<EncryptionConfiguration.Builder,
,EncryptionConfiguration> SdkPojo
- Enclosing class:
EncryptionConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionAmazon Web Services Key Management Service (KMS) customer managed key ID to use for the encryption configuration.The server-side encryption type to use for the encryption configuration of the vector bucket.The server-side encryption type to use for the encryption configuration of the vector bucket.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
-
sseType
The server-side encryption type to use for the encryption configuration of the vector bucket. By default, if you don't specify, all new vectors in Amazon S3 vector buckets use server-side encryption with Amazon S3 managed keys (SSE-S3), specifically
AES256
.- Parameters:
sseType
- The server-side encryption type to use for the encryption configuration of the vector bucket. By default, if you don't specify, all new vectors in Amazon S3 vector buckets use server-side encryption with Amazon S3 managed keys (SSE-S3), specificallyAES256
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sseType
The server-side encryption type to use for the encryption configuration of the vector bucket. By default, if you don't specify, all new vectors in Amazon S3 vector buckets use server-side encryption with Amazon S3 managed keys (SSE-S3), specifically
AES256
.- Parameters:
sseType
- The server-side encryption type to use for the encryption configuration of the vector bucket. By default, if you don't specify, all new vectors in Amazon S3 vector buckets use server-side encryption with Amazon S3 managed keys (SSE-S3), specificallyAES256
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
kmsKeyArn
Amazon Web Services Key Management Service (KMS) customer managed key ID to use for the encryption configuration. This parameter is allowed if and only if
sseType
is set toaws:kms
.To specify the KMS key, you must use the format of the KMS key Amazon Resource Name (ARN).
For example, specify Key ARN in the following format:
arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
- Parameters:
kmsKeyArn
- Amazon Web Services Key Management Service (KMS) customer managed key ID to use for the encryption configuration. This parameter is allowed if and only ifsseType
is set toaws:kms
.To specify the KMS key, you must use the format of the KMS key Amazon Resource Name (ARN).
For example, specify Key ARN in the following format:
arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-