Interface EncryptionAtRest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EncryptionAtRest.Builder,EncryptionAtRest>,SdkBuilder<EncryptionAtRest.Builder,EncryptionAtRest>,SdkPojo
- Enclosing class:
- EncryptionAtRest
public static interface EncryptionAtRest.Builder extends SdkPojo, CopyableBuilder<EncryptionAtRest.Builder,EncryptionAtRest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EncryptionAtRest.BuildercatalogEncryptionMode(String catalogEncryptionMode)The encryption-at-rest mode for encrypting Data Catalog data.EncryptionAtRest.BuildercatalogEncryptionMode(CatalogEncryptionMode catalogEncryptionMode)The encryption-at-rest mode for encrypting Data Catalog data.EncryptionAtRest.BuildercatalogEncryptionServiceRole(String catalogEncryptionServiceRole)The role that Glue assumes to encrypt and decrypt the Data Catalog objects on the caller's behalf.EncryptionAtRest.BuildersseAwsKmsKeyId(String sseAwsKmsKeyId)The ID of the KMS key to use for encryption at rest.-
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
-
catalogEncryptionMode
EncryptionAtRest.Builder catalogEncryptionMode(String catalogEncryptionMode)
The encryption-at-rest mode for encrypting Data Catalog data.
- Parameters:
catalogEncryptionMode- The encryption-at-rest mode for encrypting Data Catalog data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CatalogEncryptionMode,CatalogEncryptionMode
-
catalogEncryptionMode
EncryptionAtRest.Builder catalogEncryptionMode(CatalogEncryptionMode catalogEncryptionMode)
The encryption-at-rest mode for encrypting Data Catalog data.
- Parameters:
catalogEncryptionMode- The encryption-at-rest mode for encrypting Data Catalog data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CatalogEncryptionMode,CatalogEncryptionMode
-
sseAwsKmsKeyId
EncryptionAtRest.Builder sseAwsKmsKeyId(String sseAwsKmsKeyId)
The ID of the KMS key to use for encryption at rest.
- Parameters:
sseAwsKmsKeyId- The ID of the KMS key to use for encryption at rest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
catalogEncryptionServiceRole
EncryptionAtRest.Builder catalogEncryptionServiceRole(String catalogEncryptionServiceRole)
The role that Glue assumes to encrypt and decrypt the Data Catalog objects on the caller's behalf.
- Parameters:
catalogEncryptionServiceRole- The role that Glue assumes to encrypt and decrypt the Data Catalog objects on the caller's behalf.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-