Interface DependencyInsight.Builder

  • Method Details

    • category

      DependencyInsight.Builder category(String category)

      The category of the insight. Valid values:

      • CROSS_REGION - The insight relates to dependencies used across multiple Regions.

      • NEW_DEPENDENCY - The insight relates to a recently detected dependency.

      • THIRD_PARTY - The insight relates to a third-party dependency.

      • UNEVEN_USAGE - The insight relates to a dependency with uneven usage across the service.

      • AWS_SERVICE - The insight relates to a dependency on an Amazon Web Services service.

      Parameters:
      category - The category of the insight. Valid values:

      • CROSS_REGION - The insight relates to dependencies used across multiple Regions.

      • NEW_DEPENDENCY - The insight relates to a recently detected dependency.

      • THIRD_PARTY - The insight relates to a third-party dependency.

      • UNEVEN_USAGE - The insight relates to a dependency with uneven usage across the service.

      • AWS_SERVICE - The insight relates to a dependency on an Amazon Web Services service.

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

      The category of the insight. Valid values:

      • CROSS_REGION - The insight relates to dependencies used across multiple Regions.

      • NEW_DEPENDENCY - The insight relates to a recently detected dependency.

      • THIRD_PARTY - The insight relates to a third-party dependency.

      • UNEVEN_USAGE - The insight relates to a dependency with uneven usage across the service.

      • AWS_SERVICE - The insight relates to a dependency on an Amazon Web Services service.

      Parameters:
      category - The category of the insight. Valid values:

      • CROSS_REGION - The insight relates to dependencies used across multiple Regions.

      • NEW_DEPENDENCY - The insight relates to a recently detected dependency.

      • THIRD_PARTY - The insight relates to a third-party dependency.

      • UNEVEN_USAGE - The insight relates to a dependency with uneven usage across the service.

      • AWS_SERVICE - The insight relates to a dependency on an Amazon Web Services service.

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

      DependencyInsight.Builder description(String description)

      A human-readable explanation of the insight, describing the dependency behavior or condition that was detected.

      Parameters:
      description - A human-readable explanation of the insight, describing the dependency behavior or condition that was detected.
      Returns:
      Returns a reference to this object so that method calls can be chained together.