Uses of Interface
software.amazon.awssdk.services.s3control.model.GeneratedManifestEncryption.Builder
-
Packages that use GeneratedManifestEncryption.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of GeneratedManifestEncryption.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return GeneratedManifestEncryption.Builder Modifier and Type Method Description static GeneratedManifestEncryption.BuilderGeneratedManifestEncryption. builder()default GeneratedManifestEncryption.BuilderGeneratedManifestEncryption.Builder. ssekms(Consumer<SSEKMSEncryption.Builder> ssekms)Configuration details on how SSE-KMS is used to encrypt generated manifest objects.GeneratedManifestEncryption.BuilderGeneratedManifestEncryption.Builder. ssekms(SSEKMSEncryption ssekms)Configuration details on how SSE-KMS is used to encrypt generated manifest objects.default GeneratedManifestEncryption.BuilderGeneratedManifestEncryption.Builder. sses3(Consumer<SSES3Encryption.Builder> sses3)Specifies the use of SSE-S3 to encrypt generated manifest objects.GeneratedManifestEncryption.BuilderGeneratedManifestEncryption.Builder. sses3(SSES3Encryption sses3)Specifies the use of SSE-S3 to encrypt generated manifest objects.GeneratedManifestEncryption.BuilderGeneratedManifestEncryption. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type GeneratedManifestEncryption.Builder Modifier and Type Method Description static Class<? extends GeneratedManifestEncryption.Builder>GeneratedManifestEncryption. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type GeneratedManifestEncryption.Builder Modifier and Type Method Description default S3ManifestOutputLocation.BuilderS3ManifestOutputLocation.Builder. manifestEncryption(Consumer<GeneratedManifestEncryption.Builder> manifestEncryption)Specifies what encryption should be used when the generated manifest objects are written.
-