Interface SourceS3Location.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SourceS3Location.Builder,SourceS3Location>, SdkBuilder<SourceS3Location.Builder,SourceS3Location>, SdkPojo
Enclosing class:
SourceS3Location

public static interface SourceS3Location.Builder extends SdkPojo, CopyableBuilder<SourceS3Location.Builder,SourceS3Location>
  • Method Details

    • 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

      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.