Interface ServiceGroup.Builder

  • Method Details

    • groupName

      ServiceGroup.Builder groupName(String groupName)

      The name of the grouping attribute, such as BusinessUnit or Environment.

      Parameters:
      groupName - The name of the grouping attribute, such as BusinessUnit or Environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • groupValue

      ServiceGroup.Builder groupValue(String groupValue)

      The value of the grouping attribute for this service, such as Payments or Production.

      Parameters:
      groupValue - The value of the grouping attribute for this service, such as Payments or Production.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • groupSource

      ServiceGroup.Builder groupSource(String groupSource)

      The source of the grouping attribute, such as TAG, OTEL, or DEFAULT.

      Parameters:
      groupSource - The source of the grouping attribute, such as TAG, OTEL, or DEFAULT.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • groupIdentifier

      ServiceGroup.Builder groupIdentifier(String groupIdentifier)

      A unique identifier for this grouping attribute value, used for filtering and API operations.

      Parameters:
      groupIdentifier - A unique identifier for this grouping attribute value, used for filtering and API operations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.