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