public static interface GeneratedManifestEncryption.Builder extends SdkPojo, CopyableBuilder<GeneratedManifestEncryption.Builder,GeneratedManifestEncryption>
| Modifier and Type | Method and Description |
|---|---|
default GeneratedManifestEncryption.Builder |
ssekms(Consumer<SSEKMSEncryption.Builder> ssekms)
Configuration details on how SSE-KMS is used to encrypt generated manifest objects.
|
GeneratedManifestEncryption.Builder |
ssekms(SSEKMSEncryption ssekms)
Configuration details on how SSE-KMS is used to encrypt generated manifest objects.
|
default GeneratedManifestEncryption.Builder |
sses3(Consumer<SSES3Encryption.Builder> sses3)
Specifies the use of SSE-S3 to encrypt generated manifest objects.
|
GeneratedManifestEncryption.Builder |
sses3(SSES3Encryption sses3)
Specifies the use of SSE-S3 to encrypt generated manifest objects.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGeneratedManifestEncryption.Builder sses3(SSES3Encryption sses3)
Specifies the use of SSE-S3 to encrypt generated manifest objects.
sses3 - Specifies the use of SSE-S3 to encrypt generated manifest objects.default GeneratedManifestEncryption.Builder sses3(Consumer<SSES3Encryption.Builder> sses3)
Specifies the use of SSE-S3 to encrypt generated manifest objects.
This is a convenience method that creates an instance of theSSES3Encryption.Builder avoiding the
need to create one manually via SSES3Encryption.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to sses3(SSES3Encryption).
sses3 - a consumer that will call methods on SSES3Encryption.Buildersses3(SSES3Encryption)GeneratedManifestEncryption.Builder ssekms(SSEKMSEncryption ssekms)
Configuration details on how SSE-KMS is used to encrypt generated manifest objects.
ssekms - Configuration details on how SSE-KMS is used to encrypt generated manifest objects.default GeneratedManifestEncryption.Builder ssekms(Consumer<SSEKMSEncryption.Builder> ssekms)
Configuration details on how SSE-KMS is used to encrypt generated manifest objects.
This is a convenience method that creates an instance of theSSEKMSEncryption.Builder avoiding the
need to create one manually via SSEKMSEncryption.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to ssekms(SSEKMSEncryption).
ssekms - a consumer that will call methods on SSEKMSEncryption.Builderssekms(SSEKMSEncryption)Copyright © 2022. All rights reserved.