public static interface GetServiceGraphResponse.Builder extends XRayResponse.Builder, SdkPojo, CopyableBuilder<GetServiceGraphResponse.Builder,GetServiceGraphResponse>
Modifier and Type | Method and Description |
---|---|
GetServiceGraphResponse.Builder |
containsOldGroupVersions(Boolean containsOldGroupVersions)
A flag indicating whether the group's filter expression has been consistent, or if the returned service graph
may show traces from an older version of the group's filter expression.
|
GetServiceGraphResponse.Builder |
endTime(Instant endTime)
The end of the time frame for which the graph was generated.
|
GetServiceGraphResponse.Builder |
nextToken(String nextToken)
Pagination token.
|
GetServiceGraphResponse.Builder |
services(Collection<Service> services)
The services that have processed a traced request during the specified time frame.
|
GetServiceGraphResponse.Builder |
services(Consumer<Service.Builder>... services)
The services that have processed a traced request during the specified time frame.
|
GetServiceGraphResponse.Builder |
services(Service... services)
The services that have processed a traced request during the specified time frame.
|
GetServiceGraphResponse.Builder |
startTime(Instant startTime)
The start of the time frame for which the graph was generated.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetServiceGraphResponse.Builder startTime(Instant startTime)
The start of the time frame for which the graph was generated.
startTime
- The start of the time frame for which the graph was generated.GetServiceGraphResponse.Builder endTime(Instant endTime)
The end of the time frame for which the graph was generated.
endTime
- The end of the time frame for which the graph was generated.GetServiceGraphResponse.Builder services(Collection<Service> services)
The services that have processed a traced request during the specified time frame.
services
- The services that have processed a traced request during the specified time frame.GetServiceGraphResponse.Builder services(Service... services)
The services that have processed a traced request during the specified time frame.
services
- The services that have processed a traced request during the specified time frame.GetServiceGraphResponse.Builder services(Consumer<Service.Builder>... services)
The services that have processed a traced request during 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 #services(List)
.services
- a consumer that will call methods on List.Builder
#services(List)
GetServiceGraphResponse.Builder containsOldGroupVersions(Boolean containsOldGroupVersions)
A flag indicating whether the group's filter expression has been consistent, or if the returned service graph may show traces from an older version of the group's filter expression.
containsOldGroupVersions
- A flag indicating whether the group's filter expression has been consistent, or if the returned
service graph may show traces from an older version of the group's filter expression.GetServiceGraphResponse.Builder nextToken(String nextToken)
Pagination token. Not used.
nextToken
- Pagination token. Not used.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.