Interface StorageLocation.Builder

    • Method Detail

      • binaryPrefixLocation

        StorageLocation.Builder binaryPrefixLocation​(String binaryPrefixLocation)

        The location's binary prefix.

        Parameters:
        binaryPrefixLocation - The location's binary prefix.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • bucket

        StorageLocation.Builder bucket​(String bucket)

        The location's bucket.

        Parameters:
        bucket - The location's bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • generatedPrefixLocation

        StorageLocation.Builder generatedPrefixLocation​(String generatedPrefixLocation)

        The location's generated prefix.

        Parameters:
        generatedPrefixLocation - The location's generated prefix.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • manifestPrefixLocation

        StorageLocation.Builder manifestPrefixLocation​(String manifestPrefixLocation)

        The location's manifest prefix.

        Parameters:
        manifestPrefixLocation - The location's manifest prefix.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • repoPrefixLocation

        StorageLocation.Builder repoPrefixLocation​(String repoPrefixLocation)

        The location's repo prefix.

        Parameters:
        repoPrefixLocation - The location's repo prefix.
        Returns:
        Returns a reference to this object so that method calls can be chained together.