Interface TestRunDependencySummary.Builder

  • Method Details

    • dependencyId

      TestRunDependencySummary.Builder dependencyId(String dependencyId)

      The unique identifier of the dependency. Absent when the dependency was entered manually and was not part of dependency discovery.

      Parameters:
      dependencyId - The unique identifier of the dependency. Absent when the dependency was entered manually and was not part of dependency discovery.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dependencyName

      TestRunDependencySummary.Builder dependencyName(String dependencyName)

      The name of the dependency.

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

      The DNS name of the dependency that the test run blocked.

      Parameters:
      dnsName - The DNS name of the dependency that the test run blocked.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • criticality

      TestRunDependencySummary.Builder criticality(String criticality)

      The criticality classification of the dependency when the run started. A dependency that was not discovered has the UNKNOWN criticality.

      Parameters:
      criticality - The criticality classification of the dependency when the run started. A dependency that was not discovered has the UNKNOWN criticality.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • criticality

      The criticality classification of the dependency when the run started. A dependency that was not discovered has the UNKNOWN criticality.

      Parameters:
      criticality - The criticality classification of the dependency when the run started. A dependency that was not discovered has the UNKNOWN criticality.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • source

      The origin of the dependency. A discovered dependency was found by dependency discovery; a manual dependency was entered when the run started.

      Parameters:
      source - The origin of the dependency. A discovered dependency was found by dependency discovery; a manual dependency was entered when the run started.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • source

      The origin of the dependency. A discovered dependency was found by dependency discovery; a manual dependency was entered when the run started.

      Parameters:
      source - The origin of the dependency. A discovered dependency was found by dependency discovery; a manual dependency was entered when the run started.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.
    • sourceRegions

      TestRunDependencySummary.Builder sourceRegions(Collection<String> sourceRegions)

      The source Regions from which the dependency was detected.

      Parameters:
      sourceRegions - The source Regions from which the dependency was detected.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sourceRegions

      TestRunDependencySummary.Builder sourceRegions(String... sourceRegions)

      The source Regions from which the dependency was detected.

      Parameters:
      sourceRegions - The source Regions from which the dependency was detected.
      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.