Uses of Interface
software.amazon.awssdk.services.xray.model.ErrorRootCause.Builder
-
Packages that use ErrorRootCause.Builder Package Description software.amazon.awssdk.services.xray.model -
-
Uses of ErrorRootCause.Builder in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return ErrorRootCause.Builder Modifier and Type Method Description static ErrorRootCause.BuilderErrorRootCause. builder()ErrorRootCause.BuilderErrorRootCause.Builder. clientImpacting(Boolean clientImpacting)A flag that denotes that the root cause impacts the trace client.ErrorRootCause.BuilderErrorRootCause.Builder. services(Collection<ErrorRootCauseService> services)A list of services corresponding to an error.ErrorRootCause.BuilderErrorRootCause.Builder. services(Consumer<ErrorRootCauseService.Builder>... services)A list of services corresponding to an error.ErrorRootCause.BuilderErrorRootCause.Builder. services(ErrorRootCauseService... services)A list of services corresponding to an error.ErrorRootCause.BuilderErrorRootCause. toBuilder()Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type ErrorRootCause.Builder Modifier and Type Method Description static Class<? extends ErrorRootCause.Builder>ErrorRootCause. serializableBuilderClass()
-