Interface SourceS3Location.Builder

    • Method Detail

      • bucket

        SourceS3Location.Builder bucket​(String bucket)

        The name of your Amazon S3 bucket that your tax document is located.

        Parameters:
        bucket - The name of your Amazon S3 bucket that your tax document is located.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • key

        SourceS3Location.Builder key​(String key)

        The object key of your tax document object in Amazon S3.

        Parameters:
        key - The object key of your tax document object in Amazon S3.
        Returns:
        Returns a reference to this object so that method calls can be chained together.