Interface ListMonitoringAlertsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListMonitoringAlertsRequest.Builder,ListMonitoringAlertsRequest>
,SageMakerRequest.Builder
,SdkBuilder<ListMonitoringAlertsRequest.Builder,ListMonitoringAlertsRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListMonitoringAlertsRequest
public static interface ListMonitoringAlertsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListMonitoringAlertsRequest.Builder,ListMonitoringAlertsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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 previousListMonitoringAlerts
request was truncated, the response includes aNextToken
.ListMonitoringAlertsRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListMonitoringAlertsRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
monitoringScheduleName
ListMonitoringAlertsRequest.Builder monitoringScheduleName(String monitoringScheduleName)
The name of a monitoring schedule.
- Parameters:
monitoringScheduleName
- The name of a monitoring schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListMonitoringAlertsRequest.Builder nextToken(String nextToken)
If the result of the previous
ListMonitoringAlerts
request was truncated, the response includes aNextToken
. To retrieve the next set of alerts in the history, use the token in the next request.- Parameters:
nextToken
- If the result of the previousListMonitoringAlerts
request was truncated, the response includes aNextToken
. To retrieve the next set of alerts in the history, use the token in the next request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListMonitoringAlertsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to display. The default is 100.
- Parameters:
maxResults
- The maximum number of results to display. The default is 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListMonitoringAlertsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListMonitoringAlertsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-