Interface S3Configuration.Builder

  • Method Details

    • destinationIdentifier

      S3Configuration.Builder destinationIdentifier(String destinationIdentifier)

      The S3 URI where query results will be stored (e.g., s3://bucket-name/prefix/).

      Parameters:
      destinationIdentifier - The S3 URI where query results will be stored (e.g., s3://bucket-name/prefix/).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • roleArn

      S3Configuration.Builder roleArn(String roleArn)

      The ARN of the IAM role that CloudWatch Logs will assume to write results to the S3 bucket.

      Parameters:
      roleArn - The ARN of the IAM role that CloudWatch Logs will assume to write results to the S3 bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.