Interface GitPropertiesPatch.Builder

  • Method Details

    • codeConnectionArn

      GitPropertiesPatch.Builder codeConnectionArn(String codeConnectionArn)

      The ARN of the CodeConnections connection used to connect to the Git repository.

      Parameters:
      codeConnectionArn - The ARN of the CodeConnections connection used to connect to the Git repository.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • defaultBranch

      GitPropertiesPatch.Builder defaultBranch(String defaultBranch)

      The default branch of the Git repository.

      Parameters:
      defaultBranch - The default branch of the Git repository.
      Returns:
      Returns a reference to this object so that method calls can be chained together.