CopyableBuilder<BatchGetTracesRequest.Builder,BatchGetTracesRequest>
, SdkBuilder<BatchGetTracesRequest.Builder,BatchGetTracesRequest>
public static interface BatchGetTracesRequest.Builder extends CopyableBuilder<BatchGetTracesRequest.Builder,BatchGetTracesRequest>
Modifier and Type | Method | Description |
---|---|---|
BatchGetTracesRequest.Builder |
nextToken(String nextToken) |
Pagination token.
|
BatchGetTracesRequest.Builder |
traceIds(String... traceIds) |
Specify the trace IDs of requests for which to retrieve segments.
|
BatchGetTracesRequest.Builder |
traceIds(Collection<String> traceIds) |
Specify the trace IDs of requests for which to retrieve segments.
|
copy
apply, build
BatchGetTracesRequest.Builder traceIds(Collection<String> traceIds)
Specify the trace IDs of requests for which to retrieve segments.
traceIds
- Specify the trace IDs of requests for which to retrieve segments.BatchGetTracesRequest.Builder traceIds(String... traceIds)
Specify the trace IDs of requests for which to retrieve segments.
NOTE: This method appends the values to the existing list (if any). Use
#setTraceIds(java.util.Collection)
or #withTraceIds(java.util.Collection)
if you want to
override the existing values.
traceIds
- Specify the trace IDs of requests for which to retrieve segments.BatchGetTracesRequest.Builder nextToken(String nextToken)
Pagination token. Not used.
nextToken
- Pagination token. Not used.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.