Interface InventoryEncryption.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<InventoryEncryption.Builder,,InventoryEncryption> SdkBuilder<InventoryEncryption.Builder,,InventoryEncryption> SdkPojo
- Enclosing class:
 InventoryEncryption
public static interface InventoryEncryption.Builder
extends SdkPojo, CopyableBuilder<InventoryEncryption.Builder,InventoryEncryption> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault InventoryEncryption.Builderssekms(Consumer<SSEKMS.Builder> ssekms) Specifies the use of SSE-KMS to encrypt delivered inventory reports.Specifies the use of SSE-KMS to encrypt delivered inventory reports.default InventoryEncryption.Buildersses3(Consumer<SSES3.Builder> sses3) Specifies the use of SSE-S3 to encrypt delivered inventory reports.Specifies the use of SSE-S3 to encrypt delivered inventory reports.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
sses3
Specifies the use of SSE-S3 to encrypt delivered inventory reports.
- Parameters:
 sses3- Specifies the use of SSE-S3 to encrypt delivered inventory reports.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
sses3
Specifies the use of SSE-S3 to encrypt delivered inventory reports.
This is a convenience method that creates an instance of theSSES3.Builderavoiding the need to create one manually viaSSES3.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosses3(SSES3).- Parameters:
 sses3- a consumer that will call methods onSSES3.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
ssekms
Specifies the use of SSE-KMS to encrypt delivered inventory reports.
- Parameters:
 ssekms- Specifies the use of SSE-KMS to encrypt delivered inventory reports.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
ssekms
Specifies the use of SSE-KMS to encrypt delivered inventory reports.
This is a convenience method that creates an instance of theSSEKMS.Builderavoiding the need to create one manually viaSSEKMS.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tossekms(SSEKMS).- Parameters:
 ssekms- a consumer that will call methods onSSEKMS.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -