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 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 the SSES3.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).

      Parameters:
      sses3 - a consumer that will call methods on SSES3.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 the SSEKMS.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).

      Parameters:
      ssekms - a consumer that will call methods on SSEKMS.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: