| Package | Description |
|---|---|
| software.amazon.awssdk.services.xray.model |
| Modifier and Type | Method and Description |
|---|---|
static FaultRootCauseEntity.Builder |
FaultRootCauseEntity.builder() |
FaultRootCauseEntity.Builder |
FaultRootCauseEntity.Builder.exceptions(Collection<RootCauseException> exceptions)
The types and messages of the exceptions.
|
FaultRootCauseEntity.Builder |
FaultRootCauseEntity.Builder.exceptions(Consumer<RootCauseException.Builder>... exceptions)
The types and messages of the exceptions.
|
FaultRootCauseEntity.Builder |
FaultRootCauseEntity.Builder.exceptions(RootCauseException... exceptions)
The types and messages of the exceptions.
|
FaultRootCauseEntity.Builder |
FaultRootCauseEntity.Builder.name(String name)
The name of the entity.
|
FaultRootCauseEntity.Builder |
FaultRootCauseEntity.Builder.remote(Boolean remote)
A flag that denotes a remote subsegment.
|
FaultRootCauseEntity.Builder |
FaultRootCauseEntity.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FaultRootCauseEntity.Builder> |
FaultRootCauseEntity.serializableBuilderClass() |
Copyright © 2023. All rights reserved.