static ListMonitoringAlertHistoryRequest.Builder |
ListMonitoringAlertHistoryRequest.builder() |
|
ListMonitoringAlertHistoryRequest.Builder |
ListMonitoringAlertHistoryRequest.Builder.creationTimeAfter(Instant creationTimeAfter) |
A filter that returns only alerts created on or after the specified time.
|
ListMonitoringAlertHistoryRequest.Builder |
ListMonitoringAlertHistoryRequest.Builder.creationTimeBefore(Instant creationTimeBefore) |
A filter that returns only alerts created on or before the specified time.
|
ListMonitoringAlertHistoryRequest.Builder |
ListMonitoringAlertHistoryRequest.Builder.maxResults(Integer maxResults) |
The maximum number of results to display.
|
ListMonitoringAlertHistoryRequest.Builder |
ListMonitoringAlertHistoryRequest.Builder.monitoringAlertName(String monitoringAlertName) |
The name of a monitoring alert.
|
ListMonitoringAlertHistoryRequest.Builder |
ListMonitoringAlertHistoryRequest.Builder.monitoringScheduleName(String monitoringScheduleName) |
The name of a monitoring schedule.
|
ListMonitoringAlertHistoryRequest.Builder |
ListMonitoringAlertHistoryRequest.Builder.nextToken(String nextToken) |
If the result of the previous ListMonitoringAlertHistory request was truncated, the response
includes a NextToken.
|
ListMonitoringAlertHistoryRequest.Builder |
ListMonitoringAlertHistoryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListMonitoringAlertHistoryRequest.Builder |
ListMonitoringAlertHistoryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListMonitoringAlertHistoryRequest.Builder |
ListMonitoringAlertHistoryRequest.Builder.sortBy(String sortBy) |
The field used to sort results.
|
ListMonitoringAlertHistoryRequest.Builder |
ListMonitoringAlertHistoryRequest.Builder.sortBy(MonitoringAlertHistorySortKey sortBy) |
The field used to sort results.
|
ListMonitoringAlertHistoryRequest.Builder |
ListMonitoringAlertHistoryRequest.Builder.sortOrder(String sortOrder) |
The sort order, whether Ascending or Descending, of the alert history.
|
ListMonitoringAlertHistoryRequest.Builder |
ListMonitoringAlertHistoryRequest.Builder.sortOrder(SortOrder sortOrder) |
The sort order, whether Ascending or Descending, of the alert history.
|
ListMonitoringAlertHistoryRequest.Builder |
ListMonitoringAlertHistoryRequest.Builder.statusEquals(String statusEquals) |
A filter that retrieves only alerts with a specific status.
|
ListMonitoringAlertHistoryRequest.Builder |
ListMonitoringAlertHistoryRequest.Builder.statusEquals(MonitoringAlertStatus statusEquals) |
A filter that retrieves only alerts with a specific status.
|
ListMonitoringAlertHistoryRequest.Builder |
ListMonitoringAlertHistoryRequest.toBuilder() |
|