public static interface GetTraceGraphResponse.Builder extends XRayResponse.Builder, CopyableBuilder<GetTraceGraphResponse.Builder,GetTraceGraphResponse>
Modifier and Type | Method and Description |
---|---|
GetTraceGraphResponse.Builder |
nextToken(String nextToken)
Pagination token.
|
GetTraceGraphResponse.Builder |
services(Collection<Service> services)
The services that have processed one of the specified requests.
|
GetTraceGraphResponse.Builder |
services(Service... services)
The services that have processed one of the specified requests.
|
build
copy
apply, build
GetTraceGraphResponse.Builder services(Collection<Service> services)
The services that have processed one of the specified requests.
services
- The services that have processed one of the specified requests.GetTraceGraphResponse.Builder services(Service... services)
The services that have processed one of the specified requests.
services
- The services that have processed one of the specified requests.GetTraceGraphResponse.Builder nextToken(String nextToken)
Pagination token. Not used.
nextToken
- Pagination token. Not used.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.