public static interface GetTraceGraphResponse.Builder extends XRayResponse.Builder, SdkPojo, CopyableBuilder<GetTraceGraphResponse.Builder,GetTraceGraphResponse>
| Modifier and Type | Method and Description |
|---|---|
GetTraceGraphResponse.Builder |
nextToken(String nextToken)
Pagination token.
|
GetTraceGraphResponse.Builder |
services(Collection<Service> services)
The services that have processed one of the specified requests.
|
GetTraceGraphResponse.Builder |
services(Consumer<Service.Builder>... services)
The services that have processed one of the specified requests.
|
GetTraceGraphResponse.Builder |
services(Service... services)
The services that have processed one of the specified requests.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTraceGraphResponse.Builder services(Collection<Service> services)
The services that have processed one of the specified requests.
services - The services that have processed one of the specified requests.GetTraceGraphResponse.Builder services(Service... services)
The services that have processed one of the specified requests.
services - The services that have processed one of the specified requests.GetTraceGraphResponse.Builder services(Consumer<Service.Builder>... services)
The services that have processed one of the specified requests.
This is a convenience method that creates an instance of theService.Builder avoiding the need to create one manually
via Service.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #services(List.
services - a consumer that will call methods on
Service.Builder#services(java.util.Collection) GetTraceGraphResponse.Builder nextToken(String nextToken)
Pagination token.
nextToken - Pagination token.Copyright © 2023. All rights reserved.