Interface BatchGetTracesResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<BatchGetTracesResponse.Builder,,- BatchGetTracesResponse> - SdkBuilder<BatchGetTracesResponse.Builder,,- BatchGetTracesResponse> - SdkPojo,- SdkResponse.Builder,- XRayResponse.Builder
- Enclosing class:
- BatchGetTracesResponse
@Mutable
@NotThreadSafe
public static interface BatchGetTracesResponse.Builder
extends XRayResponse.Builder, SdkPojo, CopyableBuilder<BatchGetTracesResponse.Builder,BatchGetTracesResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionPagination token.traces(Collection<Trace> traces) Full traces for the specified requests.traces(Consumer<Trace.Builder>... traces) Full traces for the specified requests.Full traces for the specified requests.unprocessedTraceIds(String... unprocessedTraceIds) Trace IDs of requests that haven't been processed.unprocessedTraceIds(Collection<String> unprocessedTraceIds) Trace IDs of requests that haven't been processed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.xray.model.XRayResponse.Builderbuild, responseMetadata, responseMetadata
- 
Method Details- 
tracesFull traces for the specified requests. - Parameters:
- traces- Full traces for the specified requests.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tracesFull traces for the specified requests. - Parameters:
- traces- Full traces for the specified requests.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tracesFull traces for the specified requests. This is a convenience method that creates an instance of theTrace.Builderavoiding the need to create one manually viaTrace.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totraces(List<Trace>).- Parameters:
- traces- a consumer that will call methods on- Trace.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
unprocessedTraceIdsTrace IDs of requests that haven't been processed. - Parameters:
- unprocessedTraceIds- Trace IDs of requests that haven't been processed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
unprocessedTraceIdsTrace IDs of requests that haven't been processed. - Parameters:
- unprocessedTraceIds- Trace IDs of requests that haven't been processed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nextTokenPagination token. - Parameters:
- nextToken- Pagination token.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-