public static interface BatchGetTracesResponse.Builder extends XRayResponse.Builder, CopyableBuilder<BatchGetTracesResponse.Builder,BatchGetTracesResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetTracesResponse.Builder |
nextToken(String nextToken)
Pagination token.
|
BatchGetTracesResponse.Builder |
traces(Collection<Trace> traces)
Full traces for the specified requests.
|
BatchGetTracesResponse.Builder |
traces(Consumer<Trace.Builder>... traces)
Full traces for the specified requests.
|
BatchGetTracesResponse.Builder |
traces(Trace... traces)
Full traces for the specified requests.
|
BatchGetTracesResponse.Builder |
unprocessedTraceIds(Collection<String> unprocessedTraceIds)
Trace IDs of requests that haven't been processed.
|
BatchGetTracesResponse.Builder |
unprocessedTraceIds(String... unprocessedTraceIds)
Trace IDs of requests that haven't been processed.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildBatchGetTracesResponse.Builder traces(Collection<Trace> traces)
Full traces for the specified requests.
traces - Full traces for the specified requests.BatchGetTracesResponse.Builder traces(Trace... traces)
Full traces for the specified requests.
traces - Full traces for the specified requests.BatchGetTracesResponse.Builder traces(Consumer<Trace.Builder>... traces)
Full traces for 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 #traces(List) .traces - a consumer that will call methods on List.Builder #traces(List) BatchGetTracesResponse.Builder unprocessedTraceIds(Collection<String> unprocessedTraceIds)
Trace IDs of requests that haven't been processed.
unprocessedTraceIds - Trace IDs of requests that haven't been processed.BatchGetTracesResponse.Builder unprocessedTraceIds(String... unprocessedTraceIds)
Trace IDs of requests that haven't been processed.
unprocessedTraceIds - Trace IDs of requests that haven't been processed.BatchGetTracesResponse.Builder nextToken(String nextToken)
Pagination token. Not used.
nextToken - Pagination token. Not used.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.