Interface RepositoryNameIdPair.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RepositoryNameIdPair.Builder,RepositoryNameIdPair>, SdkBuilder<RepositoryNameIdPair.Builder,RepositoryNameIdPair>, SdkPojo
Enclosing class:
RepositoryNameIdPair

public static interface RepositoryNameIdPair.Builder extends SdkPojo, CopyableBuilder<RepositoryNameIdPair.Builder,RepositoryNameIdPair>
  • Method Details

    • repositoryName

      RepositoryNameIdPair.Builder repositoryName(String repositoryName)

      The name associated with the repository.

      Parameters:
      repositoryName - The name associated with the repository.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • repositoryId

      RepositoryNameIdPair.Builder repositoryId(String repositoryId)

      The ID associated with the repository.

      Parameters:
      repositoryId - The ID associated with the repository.
      Returns:
      Returns a reference to this object so that method calls can be chained together.