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.Builder
ExportServerSideEncryption. builder()
ExportServerSideEncryption.Builder
ExportServerSideEncryption.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.Builder
ExportServerSideEncryption. toBuilder()
ExportServerSideEncryption.Builder
ExportServerSideEncryption.Builder. type(String type)
The type of server side encryption used for encrypting the objects in Amazon S3.ExportServerSideEncryption.Builder
ExportServerSideEncryption.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.Builder
AutoExportRevisionToS3RequestDetails.Builder. encryption(Consumer<ExportServerSideEncryption.Builder> encryption)
Encryption configuration for the auto export job.default ExportAssetsToS3RequestDetails.Builder
ExportAssetsToS3RequestDetails.Builder. encryption(Consumer<ExportServerSideEncryption.Builder> encryption)
Encryption configuration for the export job.default ExportAssetsToS3ResponseDetails.Builder
ExportAssetsToS3ResponseDetails.Builder. encryption(Consumer<ExportServerSideEncryption.Builder> encryption)
Encryption configuration of the export job.default ExportRevisionsToS3RequestDetails.Builder
ExportRevisionsToS3RequestDetails.Builder. encryption(Consumer<ExportServerSideEncryption.Builder> encryption)
Encryption configuration for the export job.default ExportRevisionsToS3ResponseDetails.Builder
ExportRevisionsToS3ResponseDetails.Builder. encryption(Consumer<ExportServerSideEncryption.Builder> encryption)
Encryption configuration of the export job.
-