public static interface FaultRootCauseService.Builder extends SdkPojo, CopyableBuilder<FaultRootCauseService.Builder,FaultRootCauseService>
| Modifier and Type | Method and Description |
|---|---|
FaultRootCauseService.Builder |
accountId(String accountId)
The account ID associated to the service.
|
FaultRootCauseService.Builder |
entityPath(Collection<FaultRootCauseEntity> entityPath)
The path of root cause entities found on the service.
|
FaultRootCauseService.Builder |
entityPath(Consumer<FaultRootCauseEntity.Builder>... entityPath)
The path of root cause entities found on the service.
|
FaultRootCauseService.Builder |
entityPath(FaultRootCauseEntity... entityPath)
The path of root cause entities found on the service.
|
FaultRootCauseService.Builder |
inferred(Boolean inferred)
A Boolean value indicating if the service is inferred from the trace.
|
FaultRootCauseService.Builder |
name(String name)
The service name.
|
FaultRootCauseService.Builder |
names(Collection<String> names)
A collection of associated service names.
|
FaultRootCauseService.Builder |
names(String... names)
A collection of associated service names.
|
FaultRootCauseService.Builder |
type(String type)
The type associated to the service.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFaultRootCauseService.Builder name(String name)
The service name.
name - The service name.FaultRootCauseService.Builder names(Collection<String> names)
A collection of associated service names.
names - A collection of associated service names.FaultRootCauseService.Builder names(String... names)
A collection of associated service names.
names - A collection of associated service names.FaultRootCauseService.Builder type(String type)
The type associated to the service.
type - The type associated to the service.FaultRootCauseService.Builder accountId(String accountId)
The account ID associated to the service.
accountId - The account ID associated to the service.FaultRootCauseService.Builder entityPath(Collection<FaultRootCauseEntity> entityPath)
The path of root cause entities found on the service.
entityPath - The path of root cause entities found on the service.FaultRootCauseService.Builder entityPath(FaultRootCauseEntity... entityPath)
The path of root cause entities found on the service.
entityPath - The path of root cause entities found on the service.FaultRootCauseService.Builder entityPath(Consumer<FaultRootCauseEntity.Builder>... entityPath)
The path of root cause entities found on the service.
This is a convenience method that creates an instance of theFaultRootCauseEntity.Builder avoiding the need to create
one manually via FaultRootCauseEntity.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #entityPath(List.
entityPath - a consumer that will call methods on
FaultRootCauseEntity.Builder#entityPath(java.util.Collection) FaultRootCauseService.Builder inferred(Boolean inferred)
A Boolean value indicating if the service is inferred from the trace.
inferred - A Boolean value indicating if the service is inferred from the trace.Copyright © 2023. All rights reserved.