public static interface BatchGetTracesRequest.Builder extends XRayRequest.Builder, CopyableBuilder<BatchGetTracesRequest.Builder,BatchGetTracesRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchGetTracesRequest.Builder |
nextToken(String nextToken)
Pagination token.
|
BatchGetTracesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
BatchGetTracesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
BatchGetTracesRequest.Builder |
traceIds(Collection<String> 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.
|
buildoverrideConfigurationcopyapplyMutation, buildBatchGetTracesRequest.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.
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.BatchGetTracesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.BatchGetTracesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.