static StartQueryMonitorTopContributorsRequest.Builder |
StartQueryMonitorTopContributorsRequest.builder() |
|
StartQueryMonitorTopContributorsRequest.Builder |
StartQueryMonitorTopContributorsRequest.Builder.destinationCategory(String destinationCategory) |
The category that you want to query top contributors for, for a specific monitor.
|
StartQueryMonitorTopContributorsRequest.Builder |
StartQueryMonitorTopContributorsRequest.Builder.destinationCategory(DestinationCategory destinationCategory) |
The category that you want to query top contributors for, for a specific monitor.
|
StartQueryMonitorTopContributorsRequest.Builder |
StartQueryMonitorTopContributorsRequest.Builder.endTime(Instant endTime) |
The timestamp that is the date and time end of the period that you want to retrieve results for with your
query.
|
StartQueryMonitorTopContributorsRequest.Builder |
StartQueryMonitorTopContributorsRequest.Builder.limit(Integer limit) |
The maximum number of top contributors to return.
|
StartQueryMonitorTopContributorsRequest.Builder |
StartQueryMonitorTopContributorsRequest.Builder.metricName(String metricName) |
The metric that you want to query top contributors for.
|
StartQueryMonitorTopContributorsRequest.Builder |
StartQueryMonitorTopContributorsRequest.Builder.metricName(MonitorMetric metricName) |
The metric that you want to query top contributors for.
|
StartQueryMonitorTopContributorsRequest.Builder |
StartQueryMonitorTopContributorsRequest.Builder.monitorName(String monitorName) |
The name of the monitor.
|
StartQueryMonitorTopContributorsRequest.Builder |
StartQueryMonitorTopContributorsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
StartQueryMonitorTopContributorsRequest.Builder |
StartQueryMonitorTopContributorsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
StartQueryMonitorTopContributorsRequest.Builder |
StartQueryMonitorTopContributorsRequest.Builder.startTime(Instant startTime) |
The timestamp that is the date and time beginning of the period that you want to retrieve results for with
your query.
|
StartQueryMonitorTopContributorsRequest.Builder |
StartQueryMonitorTopContributorsRequest.toBuilder() |
|