Interface S3Path.Builder

    • Method Detail

      • bucket

        S3Path.Builder bucket​(String bucket)

        The name of the S3 bucket that contains the file.

        Parameters:
        bucket - The name of the S3 bucket that contains the file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • key

        S3Path.Builder key​(String key)

        The name of the file.

        Parameters:
        key - The name of the file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.