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.
|
build
overrideConfiguration
copy
applyMutation, 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.
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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.BatchGetTracesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.