Uses of Interface
software.amazon.awssdk.services.dataexchange.model.ExportServerSideEncryption.Builder
-
Packages that use ExportServerSideEncryption.Builder Package Description software.amazon.awssdk.services.dataexchange.model -
-
Uses of ExportServerSideEncryption.Builder in software.amazon.awssdk.services.dataexchange.model
Methods in software.amazon.awssdk.services.dataexchange.model that return ExportServerSideEncryption.Builder Modifier and Type Method Description static ExportServerSideEncryption.BuilderExportServerSideEncryption. builder()ExportServerSideEncryption.BuilderExportServerSideEncryption.Builder. kmsKeyArn(String kmsKeyArn)The Amazon Resource Name (ARN) of the AWS KMS key you want to use to encrypt the Amazon S3 objects.ExportServerSideEncryption.BuilderExportServerSideEncryption. toBuilder()ExportServerSideEncryption.BuilderExportServerSideEncryption.Builder. type(String type)The type of server side encryption used for encrypting the objects in Amazon S3.ExportServerSideEncryption.BuilderExportServerSideEncryption.Builder. type(ServerSideEncryptionTypes type)The type of server side encryption used for encrypting the objects in Amazon S3.Methods in software.amazon.awssdk.services.dataexchange.model that return types with arguments of type ExportServerSideEncryption.Builder Modifier and Type Method Description static Class<? extends ExportServerSideEncryption.Builder>ExportServerSideEncryption. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dataexchange.model with type arguments of type ExportServerSideEncryption.Builder Modifier and Type Method Description default AutoExportRevisionToS3RequestDetails.BuilderAutoExportRevisionToS3RequestDetails.Builder. encryption(Consumer<ExportServerSideEncryption.Builder> encryption)Encryption configuration for the auto export job.default ExportAssetsToS3RequestDetails.BuilderExportAssetsToS3RequestDetails.Builder. encryption(Consumer<ExportServerSideEncryption.Builder> encryption)Encryption configuration for the export job.default ExportAssetsToS3ResponseDetails.BuilderExportAssetsToS3ResponseDetails.Builder. encryption(Consumer<ExportServerSideEncryption.Builder> encryption)Encryption configuration of the export job.default ExportRevisionsToS3RequestDetails.BuilderExportRevisionsToS3RequestDetails.Builder. encryption(Consumer<ExportServerSideEncryption.Builder> encryption)Encryption configuration for the export job.default ExportRevisionsToS3ResponseDetails.BuilderExportRevisionsToS3ResponseDetails.Builder. encryption(Consumer<ExportServerSideEncryption.Builder> encryption)Encryption configuration of the export job.
-