public static interface ErrorRootCause.Builder extends SdkPojo, CopyableBuilder<ErrorRootCause.Builder,ErrorRootCause>
| Modifier and Type | Method and Description |
|---|---|
ErrorRootCause.Builder |
clientImpacting(Boolean clientImpacting)
A flag that denotes that the root cause impacts the trace client.
|
ErrorRootCause.Builder |
services(Collection<ErrorRootCauseService> services)
A list of services corresponding to an error.
|
ErrorRootCause.Builder |
services(Consumer<ErrorRootCauseService.Builder>... services)
A list of services corresponding to an error.
|
ErrorRootCause.Builder |
services(ErrorRootCauseService... services)
A list of services corresponding to an error.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildErrorRootCause.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.
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.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.
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.ErrorRootCause.Builder services(Consumer<ErrorRootCauseService.Builder>... 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.
This is a convenience method that creates an instance of theErrorRootCauseService.Builder avoiding the need to create
one manually via ErrorRootCauseService.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #services(List.
services - a consumer that will call methods on
ErrorRootCauseService.Builder#services(java.util.Collection) ErrorRootCause.Builder clientImpacting(Boolean clientImpacting)
A flag that denotes that the root cause impacts the trace client.
clientImpacting - A flag that denotes that the root cause impacts the trace client.Copyright © 2023. All rights reserved.