Interface InventoryS3BucketDestination.Builder

  • Method Details

    • accountId

      The account ID that owns the destination S3 bucket. If no account ID is provided, the owner is not validated before exporting data.

      Although this value is optional, we strongly recommend that you set it to help prevent problems if the destination bucket ownership changes.

      Parameters:
      accountId - The account ID that owns the destination S3 bucket. If no account ID is provided, the owner is not validated before exporting data.

      Although this value is optional, we strongly recommend that you set it to help prevent problems if the destination bucket ownership changes.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • bucket

      The Amazon Resource Name (ARN) of the bucket where inventory results will be published.

      Parameters:
      bucket - The Amazon Resource Name (ARN) of the bucket where inventory results will be published.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • format

      Specifies the output format of the inventory results.

      Parameters:
      format - Specifies the output format of the inventory results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • format

      Specifies the output format of the inventory results.

      Parameters:
      format - Specifies the output format of the inventory results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • prefix

      The prefix that is prepended to all inventory results.

      Parameters:
      prefix - The prefix that is prepended to all inventory results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • encryption

      Contains the type of server-side encryption used to encrypt the inventory results.

      Parameters:
      encryption - Contains the type of server-side encryption used to encrypt the inventory results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • encryption

      Contains the type of server-side encryption used to encrypt the inventory results.

      This is a convenience method that creates an instance of the InventoryEncryption.Builder avoiding the need to create one manually via InventoryEncryption.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to encryption(InventoryEncryption).

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