public static interface GetTraceSummariesResponse.Builder extends XRayResponse.Builder, SdkPojo, CopyableBuilder<GetTraceSummariesResponse.Builder,GetTraceSummariesResponse>
Modifier and Type | Method and Description |
---|---|
GetTraceSummariesResponse.Builder |
approximateTime(Instant approximateTime)
The start time of this page of results.
|
GetTraceSummariesResponse.Builder |
nextToken(String nextToken)
If the requested time frame contained more than one page of results, you can use this token to retrieve the
next page.
|
GetTraceSummariesResponse.Builder |
tracesProcessedCount(Long tracesProcessedCount)
The total number of traces processed, including traces that did not match the specified filter expression.
|
GetTraceSummariesResponse.Builder |
traceSummaries(Collection<TraceSummary> traceSummaries)
Trace IDs and metadata for traces that were found in the specified time frame.
|
GetTraceSummariesResponse.Builder |
traceSummaries(Consumer<TraceSummary.Builder>... traceSummaries)
Trace IDs and metadata for traces that were found in the specified time frame.
|
GetTraceSummariesResponse.Builder |
traceSummaries(TraceSummary... traceSummaries)
Trace IDs and metadata for traces that were found in the specified time frame.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetTraceSummariesResponse.Builder traceSummaries(Collection<TraceSummary> traceSummaries)
Trace IDs and metadata for traces that were found in the specified time frame.
traceSummaries
- Trace IDs and metadata for traces that were found in the specified time frame.GetTraceSummariesResponse.Builder traceSummaries(TraceSummary... traceSummaries)
Trace IDs and metadata for traces that were found in the specified time frame.
traceSummaries
- Trace IDs and metadata for traces that were found in the specified time frame.GetTraceSummariesResponse.Builder traceSummaries(Consumer<TraceSummary.Builder>... traceSummaries)
Trace IDs and metadata for traces that were found in the specified time frame.
This is a convenience that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #traceSummaries(List)
.traceSummaries
- a consumer that will call methods on List.Builder
#traceSummaries(List)
GetTraceSummariesResponse.Builder approximateTime(Instant approximateTime)
The start time of this page of results.
approximateTime
- The start time of this page of results.GetTraceSummariesResponse.Builder tracesProcessedCount(Long tracesProcessedCount)
The total number of traces processed, including traces that did not match the specified filter expression.
tracesProcessedCount
- The total number of traces processed, including traces that did not match the specified filter
expression.GetTraceSummariesResponse.Builder nextToken(String nextToken)
If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most most recent results, closest to the end of the time frame.
nextToken
- If the requested time frame contained more than one page of results, you can use this token to
retrieve the next page. The first page contains the most most recent results, closest to the end of
the time frame.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.