static GetQueryResultsMonitorTopContributorsResponse.Builder |
GetQueryResultsMonitorTopContributorsResponse.builder() |
|
GetQueryResultsMonitorTopContributorsResponse.Builder |
GetQueryResultsMonitorTopContributorsResponse.Builder.nextToken(String nextToken) |
The token for the next set of results.
|
GetQueryResultsMonitorTopContributorsResponse.Builder |
GetQueryResultsMonitorTopContributorsResponse.toBuilder() |
|
GetQueryResultsMonitorTopContributorsResponse.Builder |
GetQueryResultsMonitorTopContributorsResponse.Builder.topContributors(Collection<MonitorTopContributorsRow> topContributors) |
The top contributor network flows overall for a specific metric type, for example, the number of
retransmissions.
|
GetQueryResultsMonitorTopContributorsResponse.Builder |
GetQueryResultsMonitorTopContributorsResponse.Builder.topContributors(Consumer<MonitorTopContributorsRow.Builder>... topContributors) |
The top contributor network flows overall for a specific metric type, for example, the number of
retransmissions.
|
GetQueryResultsMonitorTopContributorsResponse.Builder |
GetQueryResultsMonitorTopContributorsResponse.Builder.topContributors(MonitorTopContributorsRow... topContributors) |
The top contributor network flows overall for a specific metric type, for example, the number of
retransmissions.
|
GetQueryResultsMonitorTopContributorsResponse.Builder |
GetQueryResultsMonitorTopContributorsResponse.Builder.unit(String unit) |
The units for a metric returned by the query.
|
GetQueryResultsMonitorTopContributorsResponse.Builder |
GetQueryResultsMonitorTopContributorsResponse.Builder.unit(MetricUnit unit) |
The units for a metric returned by the query.
|