Interface S3Configuration.Builder

  • Method Details

    • roleARN

      S3Configuration.Builder roleARN(String roleARN)

      IAM ARN of the role used to access the data.

      Parameters:
      roleARN - IAM ARN of the role used to access the data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • bucketARN

      S3Configuration.Builder bucketARN(String bucketARN)

      ARN of the S3 bucket that contains the data.

      Parameters:
      bucketARN - ARN of the S3 bucket that contains the data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileKey

      S3Configuration.Builder fileKey(String fileKey)

      The name of the object that contains the data.

      Parameters:
      fileKey - The name of the object that contains the data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.