Interface S3Configuration.Builder

    • Method Detail

      • destinationIdentifier

        S3Configuration.Builder destinationIdentifier​(String destinationIdentifier)

        The Amazon S3 URI where query results are delivered. Must be a valid S3 URI format.

        Parameters:
        destinationIdentifier - The Amazon S3 URI where query results are delivered. Must be a valid S3 URI format.
        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 grants permissions to write query results to the specified Amazon S3 destination.

        Parameters:
        roleArn - The ARN of the IAM role that grants permissions to write query results to the specified Amazon S3 destination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.