Interface GeneratedManifestEncryption.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GeneratedManifestEncryption.Builder,GeneratedManifestEncryption>,SdkBuilder<GeneratedManifestEncryption.Builder,GeneratedManifestEncryption>,SdkPojo
- Enclosing class:
- GeneratedManifestEncryption
public static interface GeneratedManifestEncryption.Builder extends SdkPojo, CopyableBuilder<GeneratedManifestEncryption.Builder,GeneratedManifestEncryption>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GeneratedManifestEncryption.Builderssekms(Consumer<SSEKMSEncryption.Builder> ssekms)Configuration details on how SSE-KMS is used to encrypt generated manifest objects.GeneratedManifestEncryption.Builderssekms(SSEKMSEncryption ssekms)Configuration details on how SSE-KMS is used to encrypt generated manifest objects.default GeneratedManifestEncryption.Buildersses3(Consumer<SSES3Encryption.Builder> sses3)Specifies the use of SSE-S3 to encrypt generated manifest objects.GeneratedManifestEncryption.Buildersses3(SSES3Encryption sses3)Specifies the use of SSE-S3 to encrypt generated manifest objects.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
sses3
GeneratedManifestEncryption.Builder sses3(SSES3Encryption sses3)
Specifies the use of SSE-S3 to encrypt generated manifest objects.
- Parameters:
sses3- Specifies the use of SSE-S3 to encrypt generated manifest objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sses3
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.Builderavoiding the need to create one manually viaSSES3Encryption.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosses3(SSES3Encryption).- Parameters:
sses3- a consumer that will call methods onSSES3Encryption.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sses3(SSES3Encryption)
-
ssekms
GeneratedManifestEncryption.Builder ssekms(SSEKMSEncryption ssekms)
Configuration details on how SSE-KMS is used to encrypt generated manifest objects.
- Parameters:
ssekms- Configuration details on how SSE-KMS is used to encrypt generated manifest objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ssekms
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.Builderavoiding the need to create one manually viaSSEKMSEncryption.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tossekms(SSEKMSEncryption).- Parameters:
ssekms- a consumer that will call methods onSSEKMSEncryption.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ssekms(SSEKMSEncryption)
-
-