Interface GitPropertiesOutput.Builder

  • Method Details

    • codeConnectionArn

      GitPropertiesOutput.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.
    • repositoryId

      GitPropertiesOutput.Builder repositoryId(String repositoryId)

      The ID of the Git repository. This is the owner and repository name, for example, owner/repo-name.

      Parameters:
      repositoryId - The ID of the Git repository. This is the owner and repository name, for example, owner/repo-name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • defaultBranch

      GitPropertiesOutput.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.
    • status

      The status of the Git connection.

      Parameters:
      status - The status of the Git connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the Git connection.

      Parameters:
      status - The status of the Git connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • errorMessage

      GitPropertiesOutput.Builder errorMessage(String errorMessage)

      The error message that describes why the Git connection failed. This member is populated when the connection status is CREATE_FAILED or UPDATE_FAILED.

      Parameters:
      errorMessage - The error message that describes why the Git connection failed. This member is populated when the connection status is CREATE_FAILED or UPDATE_FAILED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.