Interface S3InputFileLocation.Builder

    • Method Detail

      • bucket

        S3InputFileLocation.Builder bucket​(String bucket)

        Specifies the S3 bucket for the customer input file.

        Parameters:
        bucket - Specifies the S3 bucket for the customer input file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • key

        S3InputFileLocation.Builder key​(String key)

        The name assigned to the file when it was created in Amazon S3. You use the object key to retrieve the object.

        Parameters:
        key - The name assigned to the file when it was created in Amazon S3. You use the object key to retrieve the object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.