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(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.
|
buildcopyapply, buildGetServiceGraphResponse.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 nextToken(String nextToken)
Pagination token. Not used.
nextToken - Pagination token. Not used.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.