public static interface GetServiceGraphResponse.Builder extends XRayResponse.Builder, CopyableBuilder<GetServiceGraphResponse.Builder,GetServiceGraphResponse>
Modifier and Type | Method and Description |
---|---|
GetServiceGraphResponse.Builder |
endTime(Instant endTime)
The end of the time frame for which the graph was generated.
|
GetServiceGraphResponse.Builder |
nextToken(String nextToken)
Pagination token.
|
GetServiceGraphResponse.Builder |
services(Collection<Service> services)
The services that have processed a traced request during the specified time frame.
|
GetServiceGraphResponse.Builder |
services(Consumer<Service.Builder>... services)
The services that have processed a traced request during the specified time frame.
|
GetServiceGraphResponse.Builder |
services(Service... services)
The services that have processed a traced request during the specified time frame.
|
GetServiceGraphResponse.Builder |
startTime(Instant startTime)
The start of the time frame for which the graph was generated.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetServiceGraphResponse.Builder startTime(Instant startTime)
The start of the time frame for which the graph was generated.
startTime
- The start of the time frame for which the graph was generated.GetServiceGraphResponse.Builder endTime(Instant endTime)
The end of the time frame for which the graph was generated.
endTime
- The end of the time frame for which the graph was generated.GetServiceGraphResponse.Builder services(Collection<Service> services)
The services that have processed a traced request during the specified time frame.
services
- The services that have processed a traced request during the specified time frame.GetServiceGraphResponse.Builder services(Service... services)
The services that have processed a traced request during the specified time frame.
services
- The services that have processed a traced request during the specified time frame.GetServiceGraphResponse.Builder services(Consumer<Service.Builder>... services)
The services that have processed a traced request during the specified time frame.
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 #services(List)
.services
- a consumer that will call methods on List.Builder
#services(List)
GetServiceGraphResponse.Builder nextToken(String nextToken)
Pagination token. Not used.
nextToken
- Pagination token. Not used.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.