Interface RepositoryBranch.Builder

    • Method Detail

      • arn

        RepositoryBranch.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the linked repository.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the linked repository.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • branch

        RepositoryBranch.Builder branch​(String branch)

        The repository branch.

        Parameters:
        branch - The repository branch.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        RepositoryBranch.Builder name​(String name)

        The repository name.

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