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.BuildermaxResults(Integer maxResults)The maximum number of results to display.ListMonitoringAlertsRequest.BuildermonitoringScheduleName(String monitoringScheduleName)The name of a monitoring schedule.ListMonitoringAlertsRequest.BuildernextToken(String nextToken)If the result of the previousListMonitoringAlertsrequest was truncated, the response includes aNextToken.ListMonitoringAlertsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListMonitoringAlertsRequest.BuilderoverrideConfiguration(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
ListMonitoringAlertsrequest 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 previousListMonitoringAlertsrequest 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:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListMonitoringAlertsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-