CopyableBuilder<GetTraceGraphResponse.Builder,GetTraceGraphResponse>, SdkBuilder<GetTraceGraphResponse.Builder,GetTraceGraphResponse>public static interface GetTraceGraphResponse.Builder extends CopyableBuilder<GetTraceGraphResponse.Builder,GetTraceGraphResponse>
| Modifier and Type | Method | 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(Service... services) |
The services that have processed one of the specified requests.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setServices(java.util.Collection) or #withServices(java.util.Collection) if you want to
override the existing values.
services - The services that have processed one of the specified requests.GetTraceGraphResponse.Builder nextToken(String nextToken)
Pagination token. Not used.
nextToken - Pagination token. Not used.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.