Interface StorageLocation.Builder

    • Method Detail

      • bucket

        StorageLocation.Builder bucket​(String bucket)

        The name of the S3 bucket.

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

        StorageLocation.Builder key​(String key)

        The key.

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