Interface ProductionBranch.Builder

    • Method Detail

      • lastDeployTime

        ProductionBranch.Builder lastDeployTime​(Instant lastDeployTime)

        The last deploy time of the production branch.

        Parameters:
        lastDeployTime - The last deploy time of the production branch.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        ProductionBranch.Builder status​(String status)

        The status of the production branch.

        Parameters:
        status - The status of the production branch.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • thumbnailUrl

        ProductionBranch.Builder thumbnailUrl​(String thumbnailUrl)

        The thumbnail URL for the production branch.

        Parameters:
        thumbnailUrl - The thumbnail URL for the production branch.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • branchName

        ProductionBranch.Builder branchName​(String branchName)

        The branch name for the production branch.

        Parameters:
        branchName - The branch name for the production branch.
        Returns:
        Returns a reference to this object so that method calls can be chained together.