public static interface ListMonitoringAlertsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListMonitoringAlertsRequest.Builder,ListMonitoringAlertsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListMonitoringAlertsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to display.
|
ListMonitoringAlertsRequest.Builder |
monitoringScheduleName(String monitoringScheduleName)
The name of a monitoring schedule.
|
ListMonitoringAlertsRequest.Builder |
nextToken(String nextToken)
If the result of the previous
ListMonitoringAlerts request was truncated, the response includes
a NextToken. |
ListMonitoringAlertsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListMonitoringAlertsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMonitoringAlertsRequest.Builder monitoringScheduleName(String monitoringScheduleName)
The name of a monitoring schedule.
monitoringScheduleName - The name of a monitoring schedule.ListMonitoringAlertsRequest.Builder nextToken(String nextToken)
If the result of the previous ListMonitoringAlerts 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 ListMonitoringAlerts 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.ListMonitoringAlertsRequest.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.ListMonitoringAlertsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListMonitoringAlertsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.