public static interface ResponseTimeRootCauseService.Builder extends SdkPojo, CopyableBuilder<ResponseTimeRootCauseService.Builder,ResponseTimeRootCauseService>
Modifier and Type | Method and Description |
---|---|
ResponseTimeRootCauseService.Builder |
accountId(String accountId)
The account ID associated to the service.
|
ResponseTimeRootCauseService.Builder |
entityPath(Collection<ResponseTimeRootCauseEntity> entityPath)
The path of root cause entities found on the service.
|
ResponseTimeRootCauseService.Builder |
entityPath(Consumer<ResponseTimeRootCauseEntity.Builder>... entityPath)
The path of root cause entities found on the service.
|
ResponseTimeRootCauseService.Builder |
entityPath(ResponseTimeRootCauseEntity... entityPath)
The path of root cause entities found on the service.
|
ResponseTimeRootCauseService.Builder |
inferred(Boolean inferred)
A Boolean value indicating if the service is inferred from the trace.
|
ResponseTimeRootCauseService.Builder |
name(String name)
The service name.
|
ResponseTimeRootCauseService.Builder |
names(Collection<String> names)
A collection of associated service names.
|
ResponseTimeRootCauseService.Builder |
names(String... names)
A collection of associated service names.
|
ResponseTimeRootCauseService.Builder |
type(String type)
The type associated to the service.
|
copy
applyMutation, build
ResponseTimeRootCauseService.Builder name(String name)
The service name.
name
- The service name.ResponseTimeRootCauseService.Builder names(Collection<String> names)
A collection of associated service names.
names
- A collection of associated service names.ResponseTimeRootCauseService.Builder names(String... names)
A collection of associated service names.
names
- A collection of associated service names.ResponseTimeRootCauseService.Builder type(String type)
The type associated to the service.
type
- The type associated to the service.ResponseTimeRootCauseService.Builder accountId(String accountId)
The account ID associated to the service.
accountId
- The account ID associated to the service.ResponseTimeRootCauseService.Builder entityPath(Collection<ResponseTimeRootCauseEntity> entityPath)
The path of root cause entities found on the service.
entityPath
- The path of root cause entities found on the service.ResponseTimeRootCauseService.Builder entityPath(ResponseTimeRootCauseEntity... entityPath)
The path of root cause entities found on the service.
entityPath
- The path of root cause entities found on the service.ResponseTimeRootCauseService.Builder entityPath(Consumer<ResponseTimeRootCauseEntity.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)
ResponseTimeRootCauseService.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.