public static interface FaultRootCauseEntity.Builder extends SdkPojo, CopyableBuilder<FaultRootCauseEntity.Builder,FaultRootCauseEntity>
| Modifier and Type | Method and Description |
|---|---|
FaultRootCauseEntity.Builder |
exceptions(Collection<RootCauseException> exceptions)
The types and messages of the exceptions.
|
FaultRootCauseEntity.Builder |
exceptions(Consumer<RootCauseException.Builder>... exceptions)
The types and messages of the exceptions.
|
FaultRootCauseEntity.Builder |
exceptions(RootCauseException... exceptions)
The types and messages of the exceptions.
|
FaultRootCauseEntity.Builder |
name(String name)
The name of the entity.
|
FaultRootCauseEntity.Builder |
remote(Boolean remote)
A flag that denotes a remote subsegment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFaultRootCauseEntity.Builder name(String name)
The name of the entity.
name - The name of the entity.FaultRootCauseEntity.Builder exceptions(Collection<RootCauseException> exceptions)
The types and messages of the exceptions.
exceptions - The types and messages of the exceptions.FaultRootCauseEntity.Builder exceptions(RootCauseException... exceptions)
The types and messages of the exceptions.
exceptions - The types and messages of the exceptions.FaultRootCauseEntity.Builder exceptions(Consumer<RootCauseException.Builder>... exceptions)
The types and messages of the exceptions.
This is a convenience method that creates an instance of theRootCauseException.Builder avoiding the need to create one
manually via RootCauseException.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #exceptions(List.
exceptions - a consumer that will call methods on
RootCauseException.Builder#exceptions(java.util.Collection) FaultRootCauseEntity.Builder remote(Boolean remote)
A flag that denotes a remote subsegment.
remote - A flag that denotes a remote subsegment.Copyright © 2023. All rights reserved.