Interface UpdateDependencyResponse.Builder

  • Method Details

    • dependencyId

      UpdateDependencyResponse.Builder dependencyId(String dependencyId)

      The identifier of the updated dependency.

      Parameters:
      dependencyId - The identifier of the updated dependency.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dependencyName

      UpdateDependencyResponse.Builder dependencyName(String dependencyName)

      The name of the updated dependency.

      Parameters:
      dependencyName - The name of the updated dependency.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • location

      The location of the dependency.

      Parameters:
      location - The location of the dependency.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • criticality

      UpdateDependencyResponse.Builder criticality(String criticality)

      The criticality level of the dependency.

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

      The criticality level of the dependency.

      Parameters:
      criticality - The criticality level of the dependency.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • comment

      The comment about the dependency.

      Parameters:
      comment - The comment about the dependency.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • provider

      The provider of the dependency.

      Parameters:
      provider - The provider of the dependency.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      The timestamp when the dependency was updated.

      Parameters:
      updatedAt - The timestamp when the dependency was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.