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