Interface File.Builder

    • Method Detail

      • bucket

        File.Builder bucket​(String bucket)

        The name of the Amazon S3 bucket from which data is imported.

        Parameters:
        bucket - The name of the Amazon S3 bucket from which data is imported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • key

        File.Builder key​(String key)

        The key of the Amazon S3 object that contains your data. Each object has a key that is a unique identifier. Each object has exactly one key.

        Parameters:
        key - The key of the Amazon S3 object that contains your data. Each object has a key that is a unique identifier. Each object has exactly one key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versionId

        File.Builder versionId​(String versionId)

        The version ID to identify a specific version of the Amazon S3 object that contains your data.

        Parameters:
        versionId - The version ID to identify a specific version of the Amazon S3 object that contains your data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.