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.
|
copy
applyMutation, build
FaultRootCauseService.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 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)
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.