Interface S3ReportOutputConfiguration.Builder

  • Method Details

    • bucketPath

      The S3 bucket name and optional prefix where reports are stored. Format: bucket-name or bucket-name/prefix.

      Parameters:
      bucketPath - The S3 bucket name and optional prefix where reports are stored. Format: bucket-name or bucket-name/prefix.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • bucketOwner

      S3ReportOutputConfiguration.Builder bucketOwner(String bucketOwner)

      The Amazon Web Services account ID that owns the S3 bucket. Required to ensure the bucket is still owned by the same expected owner at generation time.

      Parameters:
      bucketOwner - The Amazon Web Services account ID that owns the S3 bucket. Required to ensure the bucket is still owned by the same expected owner at generation time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.