CopyableBuilder<GetServiceGraphResponse.Builder,GetServiceGraphResponse>, SdkBuilder<GetServiceGraphResponse.Builder,GetServiceGraphResponse>public static interface GetServiceGraphResponse.Builder extends CopyableBuilder<GetServiceGraphResponse.Builder,GetServiceGraphResponse>
| Modifier and Type | Method | Description |
|---|---|---|
GetServiceGraphResponse.Builder |
endTime(Date 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(Service... services) |
The services that have processed a traced request during the specified time frame.
|
GetServiceGraphResponse.Builder |
startTime(Date startTime) |
The start of the time frame for which the graph was generated.
|
copyapply, buildGetServiceGraphResponse.Builder startTime(Date 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(Date 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.
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 a traced request during the specified time frame.GetServiceGraphResponse.Builder nextToken(String nextToken)
Pagination token. Not used.
nextToken - Pagination token. Not used.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.