Interface GitHubRepositoryMetadata.Builder

  • Method Details

    • name

      The name of the GitHub repository.

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

      GitHubRepositoryMetadata.Builder providerResourceId(String providerResourceId)

      The provider-specific resource identifier for the GitHub repository.

      Parameters:
      providerResourceId - The provider-specific resource identifier for the GitHub repository.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • owner

      The owner of the GitHub repository.

      Parameters:
      owner - The owner of the GitHub repository.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accessType

      GitHubRepositoryMetadata.Builder accessType(String accessType)

      The access type of the GitHub repository. Valid values are PRIVATE and PUBLIC.

      Parameters:
      accessType - The access type of the GitHub repository. Valid values are PRIVATE and PUBLIC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • accessType

      The access type of the GitHub repository. Valid values are PRIVATE and PUBLIC.

      Parameters:
      accessType - The access type of the GitHub repository. Valid values are PRIVATE and PUBLIC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: