public static interface ListMonitoringAlertHistoryRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListMonitoringAlertHistoryRequest.Builder,ListMonitoringAlertHistoryRequest>
| Modifier and Type | Method and Description |
|---|---|
ListMonitoringAlertHistoryRequest.Builder |
creationTimeAfter(Instant creationTimeAfter)
A filter that returns only alerts created on or after the specified time.
|
ListMonitoringAlertHistoryRequest.Builder |
creationTimeBefore(Instant creationTimeBefore)
A filter that returns only alerts created on or before the specified time.
|
ListMonitoringAlertHistoryRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to display.
|
ListMonitoringAlertHistoryRequest.Builder |
monitoringAlertName(String monitoringAlertName)
The name of a monitoring alert.
|
ListMonitoringAlertHistoryRequest.Builder |
monitoringScheduleName(String monitoringScheduleName)
The name of a monitoring schedule.
|
ListMonitoringAlertHistoryRequest.Builder |
nextToken(String nextToken)
If the result of the previous
ListMonitoringAlertHistory request was truncated, the response
includes a NextToken. |
ListMonitoringAlertHistoryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListMonitoringAlertHistoryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListMonitoringAlertHistoryRequest.Builder |
sortBy(MonitoringAlertHistorySortKey sortBy)
The field used to sort results.
|
ListMonitoringAlertHistoryRequest.Builder |
sortBy(String sortBy)
The field used to sort results.
|
ListMonitoringAlertHistoryRequest.Builder |
sortOrder(SortOrder sortOrder)
The sort order, whether
Ascending or Descending, of the alert history. |
ListMonitoringAlertHistoryRequest.Builder |
sortOrder(String sortOrder)
The sort order, whether
Ascending or Descending, of the alert history. |
ListMonitoringAlertHistoryRequest.Builder |
statusEquals(MonitoringAlertStatus statusEquals)
A filter that retrieves only alerts with a specific status.
|
ListMonitoringAlertHistoryRequest.Builder |
statusEquals(String statusEquals)
A filter that retrieves only alerts with a specific status.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMonitoringAlertHistoryRequest.Builder monitoringScheduleName(String monitoringScheduleName)
The name of a monitoring schedule.
monitoringScheduleName - The name of a monitoring schedule.ListMonitoringAlertHistoryRequest.Builder monitoringAlertName(String monitoringAlertName)
The name of a monitoring alert.
monitoringAlertName - The name of a monitoring alert.ListMonitoringAlertHistoryRequest.Builder sortBy(String sortBy)
The field used to sort results. The default is CreationTime.
sortBy - The field used to sort results. The default is CreationTime.MonitoringAlertHistorySortKey,
MonitoringAlertHistorySortKeyListMonitoringAlertHistoryRequest.Builder sortBy(MonitoringAlertHistorySortKey sortBy)
The field used to sort results. The default is CreationTime.
sortBy - The field used to sort results. The default is CreationTime.MonitoringAlertHistorySortKey,
MonitoringAlertHistorySortKeyListMonitoringAlertHistoryRequest.Builder sortOrder(String sortOrder)
The sort order, whether Ascending or Descending, of the alert history. The default
is Descending.
ListMonitoringAlertHistoryRequest.Builder sortOrder(SortOrder sortOrder)
The sort order, whether Ascending or Descending, of the alert history. The default
is Descending.
ListMonitoringAlertHistoryRequest.Builder nextToken(String nextToken)
If the result of the previous ListMonitoringAlertHistory request was truncated, the response
includes a NextToken. To retrieve the next set of alerts in the history, use the token in the
next request.
nextToken - If the result of the previous ListMonitoringAlertHistory request was truncated, the
response includes a NextToken. To retrieve the next set of alerts in the history, use the
token in the next request.ListMonitoringAlertHistoryRequest.Builder maxResults(Integer maxResults)
The maximum number of results to display. The default is 100.
maxResults - The maximum number of results to display. The default is 100.ListMonitoringAlertHistoryRequest.Builder creationTimeBefore(Instant creationTimeBefore)
A filter that returns only alerts created on or before the specified time.
creationTimeBefore - A filter that returns only alerts created on or before the specified time.ListMonitoringAlertHistoryRequest.Builder creationTimeAfter(Instant creationTimeAfter)
A filter that returns only alerts created on or after the specified time.
creationTimeAfter - A filter that returns only alerts created on or after the specified time.ListMonitoringAlertHistoryRequest.Builder statusEquals(String statusEquals)
A filter that retrieves only alerts with a specific status.
statusEquals - A filter that retrieves only alerts with a specific status.MonitoringAlertStatus,
MonitoringAlertStatusListMonitoringAlertHistoryRequest.Builder statusEquals(MonitoringAlertStatus statusEquals)
A filter that retrieves only alerts with a specific status.
statusEquals - A filter that retrieves only alerts with a specific status.MonitoringAlertStatus,
MonitoringAlertStatusListMonitoringAlertHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListMonitoringAlertHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.