Interface BatchGetTracesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchGetTracesRequest.Builder,BatchGetTracesRequest>,SdkBuilder<BatchGetTracesRequest.Builder,BatchGetTracesRequest>,SdkPojo,SdkRequest.Builder,XRayRequest.Builder
- Enclosing class:
- BatchGetTracesRequest
@Mutable @NotThreadSafe public static interface BatchGetTracesRequest.Builder extends XRayRequest.Builder, SdkPojo, CopyableBuilder<BatchGetTracesRequest.Builder,BatchGetTracesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetTracesRequest.BuildernextToken(String nextToken)Pagination token.BatchGetTracesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetTracesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchGetTracesRequest.BuildertraceIds(String... traceIds)Specify the trace IDs of requests for which to retrieve segments.BatchGetTracesRequest.BuildertraceIds(Collection<String> traceIds)Specify the trace IDs of requests for which to retrieve segments.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.xray.model.XRayRequest.Builder
build
-
-
-
-
Method Detail
-
traceIds
BatchGetTracesRequest.Builder traceIds(Collection<String> traceIds)
Specify the trace IDs of requests for which to retrieve segments.
- Parameters:
traceIds- Specify the trace IDs of requests for which to retrieve segments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
traceIds
BatchGetTracesRequest.Builder traceIds(String... traceIds)
Specify the trace IDs of requests for which to retrieve segments.
- Parameters:
traceIds- Specify the trace IDs of requests for which to retrieve segments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
BatchGetTracesRequest.Builder nextToken(String nextToken)
Pagination token.
- Parameters:
nextToken- Pagination token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchGetTracesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchGetTracesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-