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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
InventoryEncryption.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.Builder
sses3(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.Builder
ssekms(SSEKMS)
Copyright © 2019. All rights reserved.