Uses of Interface
software.amazon.awssdk.services.glue.model.S3Encryption.Builder
-
Packages that use S3Encryption.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of S3Encryption.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return S3Encryption.Builder Modifier and Type Method Description static S3Encryption.BuilderS3Encryption. builder()S3Encryption.BuilderS3Encryption.Builder. kmsKeyArn(String kmsKeyArn)The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.S3Encryption.BuilderS3Encryption.Builder. s3EncryptionMode(String s3EncryptionMode)The encryption mode to use for Amazon S3 data.S3Encryption.BuilderS3Encryption.Builder. s3EncryptionMode(S3EncryptionMode s3EncryptionMode)The encryption mode to use for Amazon S3 data.S3Encryption.BuilderS3Encryption. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type S3Encryption.Builder Modifier and Type Method Description static Class<? extends S3Encryption.Builder>S3Encryption. serializableBuilderClass()
-