Interface GitHubLocation.Builder

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

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

    • repository

      GitHubLocation.Builder repository(String repository)

      The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.

      Specified as account/repository.

      Parameters:
      repository - The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.

      Specified as account/repository.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • commitId

      GitHubLocation.Builder commitId(String commitId)

      The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.

      Parameters:
      commitId - The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.
      Returns:
      Returns a reference to this object so that method calls can be chained together.