public static interface BatchGetTracesResponse.Builder extends XRayResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theTrace.Builder avoiding the need to create one manually via
Trace.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #traces(List.
traces - a consumer that will call methods on Trace.Builder#traces(java.util.Collection) 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.
nextToken - Pagination token.Copyright © 2023. All rights reserved.