public static interface ErrorRootCauseService.Builder extends SdkPojo, CopyableBuilder<ErrorRootCauseService.Builder,ErrorRootCauseService>
Modifier and Type | Method and Description |
---|---|
ErrorRootCauseService.Builder |
accountId(String accountId)
The account ID associated to the service.
|
ErrorRootCauseService.Builder |
entityPath(Collection<ErrorRootCauseEntity> entityPath)
The path of root cause entities found on the service.
|
ErrorRootCauseService.Builder |
entityPath(Consumer<ErrorRootCauseEntity.Builder>... entityPath)
The path of root cause entities found on the service.
|
ErrorRootCauseService.Builder |
entityPath(ErrorRootCauseEntity... entityPath)
The path of root cause entities found on the service.
|
ErrorRootCauseService.Builder |
inferred(Boolean inferred)
A Boolean value indicating if the service is inferred from the trace.
|
ErrorRootCauseService.Builder |
name(String name)
The service name.
|
ErrorRootCauseService.Builder |
names(Collection<String> names)
A collection of associated service names.
|
ErrorRootCauseService.Builder |
names(String... names)
A collection of associated service names.
|
ErrorRootCauseService.Builder |
type(String type)
The type associated to the service.
|
copy
applyMutation, build
ErrorRootCauseService.Builder name(String name)
The service name.
name
- The service name.ErrorRootCauseService.Builder names(Collection<String> names)
A collection of associated service names.
names
- A collection of associated service names.ErrorRootCauseService.Builder names(String... names)
A collection of associated service names.
names
- A collection of associated service names.ErrorRootCauseService.Builder type(String type)
The type associated to the service.
type
- The type associated to the service.ErrorRootCauseService.Builder accountId(String accountId)
The account ID associated to the service.
accountId
- The account ID associated to the service.ErrorRootCauseService.Builder entityPath(Collection<ErrorRootCauseEntity> entityPath)
The path of root cause entities found on the service.
entityPath
- The path of root cause entities found on the service.ErrorRootCauseService.Builder entityPath(ErrorRootCauseEntity... entityPath)
The path of root cause entities found on the service.
entityPath
- The path of root cause entities found on the service.ErrorRootCauseService.Builder entityPath(Consumer<ErrorRootCauseEntity.Builder>... entityPath)
The path of root cause entities found on the service.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #entityPath(List)
.entityPath
- a consumer that will call methods on List.Builder
#entityPath(List)
ErrorRootCauseService.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.