Interface ErrorRootCauseService.Builder

    • Method Detail

      • name

        ErrorRootCauseService.Builder name​(String name)

        The service name.

        Parameters:
        name - The service name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • names

        ErrorRootCauseService.Builder names​(Collection<String> names)

        A collection of associated service names.

        Parameters:
        names - A collection of associated service names.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • names

        ErrorRootCauseService.Builder names​(String... names)

        A collection of associated service names.

        Parameters:
        names - A collection of associated service names.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        ErrorRootCauseService.Builder type​(String type)

        The type associated to the service.

        Parameters:
        type - The type associated to the service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountId

        ErrorRootCauseService.Builder accountId​(String accountId)

        The account ID associated to the service.

        Parameters:
        accountId - The account ID associated to the service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entityPath

        ErrorRootCauseService.Builder entityPath​(Collection<ErrorRootCauseEntity> entityPath)

        The path of root cause entities found on the service.

        Parameters:
        entityPath - The path of root cause entities found on the service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entityPath

        ErrorRootCauseService.Builder entityPath​(ErrorRootCauseEntity... entityPath)

        The path of root cause entities found on the service.

        Parameters:
        entityPath - The path of root cause entities found on the service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inferred

        ErrorRootCauseService.Builder inferred​(Boolean inferred)

        A Boolean value indicating if the service is inferred from the trace.

        Parameters:
        inferred - A Boolean value indicating if the service is inferred from the trace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.