Interface InventoryS3BucketDestination.Builder

    • Method Detail

      • accountId

        InventoryS3BucketDestination.Builder accountId​(String 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

        InventoryS3BucketDestination.Builder bucket​(String 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.
      • prefix

        InventoryS3BucketDestination.Builder prefix​(String 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

        InventoryS3BucketDestination.Builder encryption​(InventoryEncryption 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.