CopyableBuilder<BatchGetTracesResponse.Builder,BatchGetTracesResponse>, SdkBuilder<BatchGetTracesResponse.Builder,BatchGetTracesResponse>public static interface BatchGetTracesResponse.Builder extends CopyableBuilder<BatchGetTracesResponse.Builder,BatchGetTracesResponse>
| Modifier and Type | Method | Description |
|---|---|---|
BatchGetTracesResponse.Builder |
nextToken(String nextToken) |
Pagination token.
|
BatchGetTracesResponse.Builder |
traces(Collection<Trace> traces) |
Full traces for the specified requests.
|
BatchGetTracesResponse.Builder |
traces(Trace... traces) |
Full traces for the specified requests.
|
BatchGetTracesResponse.Builder |
unprocessedTraceIds(String... unprocessedTraceIds) |
Trace IDs of requests that haven't been processed.
|
BatchGetTracesResponse.Builder |
unprocessedTraceIds(Collection<String> unprocessedTraceIds) |
Trace IDs of requests that haven't been processed.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setTraces(java.util.Collection) or #withTraces(java.util.Collection) if you want to override
the existing values.
traces - Full traces for the specified requests.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.
NOTE: This method appends the values to the existing list (if any). Use
#setUnprocessedTraceIds(java.util.Collection) or
#withUnprocessedTraceIds(java.util.Collection) if you want to override the existing values.
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.