Interface ListRetrievedTracesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListRetrievedTracesResponse.Builder,
,ListRetrievedTracesResponse> SdkBuilder<ListRetrievedTracesResponse.Builder,
,ListRetrievedTracesResponse> SdkPojo
,SdkResponse.Builder
,XRayResponse.Builder
- Enclosing class:
ListRetrievedTracesResponse
@Mutable
@NotThreadSafe
public static interface ListRetrievedTracesResponse.Builder
extends XRayResponse.Builder, SdkPojo, CopyableBuilder<ListRetrievedTracesResponse.Builder,ListRetrievedTracesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionSpecify the pagination token returned by a previous request to retrieve the next page of indexes.retrievalStatus
(String retrievalStatus) Status of the retrieval.retrievalStatus
(RetrievalStatus retrievalStatus) Status of the retrieval.traceFormat
(String traceFormat) Format of the requested traces.traceFormat
(TraceFormatType traceFormat) Format of the requested traces.traces
(Collection<RetrievedTrace> traces) Full traces for the specified requests.traces
(Consumer<RetrievedTrace.Builder>... traces) Full traces for the specified requests.traces
(RetrievedTrace... traces) Full traces for the specified requests.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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.xray.model.XRayResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
retrievalStatus
Status of the retrieval.
- Parameters:
retrievalStatus
- Status of the retrieval.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
retrievalStatus
Status of the retrieval.
- Parameters:
retrievalStatus
- Status of the retrieval.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
traceFormat
Format of the requested traces.
- Parameters:
traceFormat
- Format of the requested traces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
traceFormat
Format of the requested traces.
- Parameters:
traceFormat
- Format of the requested traces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
traces
Full 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.
-
traces
Full 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.
-
traces
Full traces for the specified requests.
This is a convenience method that creates an instance of theRetrievedTrace.Builder
avoiding the need to create one manually viaRetrievedTrace.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totraces(List<RetrievedTrace>)
.- Parameters:
traces
- a consumer that will call methods onRetrievedTrace.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
Specify the pagination token returned by a previous request to retrieve the next page of indexes.
- Parameters:
nextToken
- Specify the pagination token returned by a previous request to retrieve the next page of indexes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-