Uses of Interface
software.amazon.awssdk.services.s3.model.MetadataTableEncryptionConfiguration.Builder
-
Packages that use MetadataTableEncryptionConfiguration.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of MetadataTableEncryptionConfiguration.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return MetadataTableEncryptionConfiguration.Builder Modifier and Type Method Description static MetadataTableEncryptionConfiguration.BuilderMetadataTableEncryptionConfiguration. builder()MetadataTableEncryptionConfiguration.BuilderMetadataTableEncryptionConfiguration.Builder. kmsKeyArn(String kmsKeyArn)If server-side encryption with Key Management Service (KMS) keys (SSE-KMS) is specified, you must also specify the KMS key Amazon Resource Name (ARN).MetadataTableEncryptionConfiguration.BuilderMetadataTableEncryptionConfiguration.Builder. sseAlgorithm(String sseAlgorithm)The encryption type specified for a metadata table.MetadataTableEncryptionConfiguration.BuilderMetadataTableEncryptionConfiguration.Builder. sseAlgorithm(TableSseAlgorithm sseAlgorithm)The encryption type specified for a metadata table.MetadataTableEncryptionConfiguration.BuilderMetadataTableEncryptionConfiguration. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type MetadataTableEncryptionConfiguration.Builder Modifier and Type Method Description static Class<? extends MetadataTableEncryptionConfiguration.Builder>MetadataTableEncryptionConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type MetadataTableEncryptionConfiguration.Builder Modifier and Type Method Description default InventoryTableConfiguration.BuilderInventoryTableConfiguration.Builder. encryptionConfiguration(Consumer<MetadataTableEncryptionConfiguration.Builder> encryptionConfiguration)The encryption configuration for the inventory table.default InventoryTableConfigurationUpdates.BuilderInventoryTableConfigurationUpdates.Builder. encryptionConfiguration(Consumer<MetadataTableEncryptionConfiguration.Builder> encryptionConfiguration)The encryption configuration for the inventory table.default JournalTableConfiguration.BuilderJournalTableConfiguration.Builder. encryptionConfiguration(Consumer<MetadataTableEncryptionConfiguration.Builder> encryptionConfiguration)The encryption configuration for the journal table.
-