Interface ErrorRootCause.Builder

    • Method Detail

      • services

        ErrorRootCause.Builder services​(Collection<ErrorRootCauseService> services)

        A list of services corresponding to an error. A service identifies a segment and it contains a name, account ID, type, and inferred flag.

        Parameters:
        services - A list of services corresponding to an error. A service identifies a segment and it contains a name, account ID, type, and inferred flag.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • services

        ErrorRootCause.Builder services​(ErrorRootCauseService... services)

        A list of services corresponding to an error. A service identifies a segment and it contains a name, account ID, type, and inferred flag.

        Parameters:
        services - A list of services corresponding to an error. A service identifies a segment and it contains a name, account ID, type, and inferred flag.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientImpacting

        ErrorRootCause.Builder clientImpacting​(Boolean clientImpacting)

        A flag that denotes that the root cause impacts the trace client.

        Parameters:
        clientImpacting - A flag that denotes that the root cause impacts the trace client.
        Returns:
        Returns a reference to this object so that method calls can be chained together.