Interface FaultRootCause.Builder

  • Method Details

    • services

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

      Parameters:
      services - A list of corresponding services. 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

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

      Parameters:
      services - A list of corresponding services. 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

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

      This is a convenience method that creates an instance of the FaultRootCauseService.Builder avoiding the need to create one manually via FaultRootCauseService.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to services(List<FaultRootCauseService>).

      Parameters:
      services - a consumer that will call methods on FaultRootCauseService.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • clientImpacting

      FaultRootCause.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.