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(Consumer<Service.Builder>... 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetTraceGraphResponse.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 services(Consumer<Service.Builder>... services)
The services that have processed one of the specified requests.
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) GetTraceGraphResponse.Builder nextToken(String nextToken)
Pagination token. Not used.
nextToken - Pagination token. Not used.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.