public static interface InventoryEncryption.Builder extends SdkPojo, CopyableBuilder<InventoryEncryption.Builder,InventoryEncryption>
| Modifier and Type | Method and Description |
|---|---|
default InventoryEncryption.Builder |
ssekms(Consumer<SSEKMS.Builder> ssekms)
Specifies the use of SSE-KMS to encrypt delivered Inventory reports.
|
InventoryEncryption.Builder |
ssekms(SSEKMS ssekms)
Specifies the use of SSE-KMS to encrypt delivered Inventory reports.
|
default InventoryEncryption.Builder |
sses3(Consumer<SSES3.Builder> sses3)
Specifies the use of SSE-S3 to encrypt delivered Inventory reports.
|
InventoryEncryption.Builder |
sses3(SSES3 sses3)
Specifies the use of SSE-S3 to encrypt delivered Inventory reports.
|
copyapplyMutation, buildInventoryEncryption.Builder sses3(SSES3 sses3)
Specifies the use of SSE-S3 to encrypt delivered Inventory reports.
sses3 - Specifies the use of SSE-S3 to encrypt delivered Inventory reports.default InventoryEncryption.Builder sses3(Consumer<SSES3.Builder> sses3)
Specifies the use of SSE-S3 to encrypt delivered Inventory reports.
This is a convenience that creates an instance of theSSES3.Builder avoiding the need to create one
manually via SSES3.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to sses3(SSES3).sses3 - a consumer that will call methods on SSES3.Buildersses3(SSES3)InventoryEncryption.Builder ssekms(SSEKMS ssekms)
Specifies the use of SSE-KMS to encrypt delivered Inventory reports.
ssekms - Specifies the use of SSE-KMS to encrypt delivered Inventory reports.default InventoryEncryption.Builder ssekms(Consumer<SSEKMS.Builder> ssekms)
Specifies the use of SSE-KMS to encrypt delivered Inventory reports.
This is a convenience that creates an instance of theSSEKMS.Builder avoiding the need to create one
manually via SSEKMS.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to ssekms(SSEKMS).ssekms - a consumer that will call methods on SSEKMS.Builderssekms(SSEKMS)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.