Interface UpdateMonitoringAlertRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateMonitoringAlertRequest.Builder,
,UpdateMonitoringAlertRequest> SageMakerRequest.Builder
,SdkBuilder<UpdateMonitoringAlertRequest.Builder,
,UpdateMonitoringAlertRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateMonitoringAlertRequest
public static interface UpdateMonitoringAlertRequest.Builder
extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateMonitoringAlertRequest.Builder,UpdateMonitoringAlertRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondatapointsToAlert
(Integer datapointsToAlert) WithinEvaluationPeriod
, how many execution failures will raise an alert.evaluationPeriod
(Integer evaluationPeriod) The number of most recent monitoring executions to consider when evaluating alert status.monitoringAlertName
(String monitoringAlertName) The name of a monitoring alert.monitoringScheduleName
(String monitoringScheduleName) The name of a monitoring schedule.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 Details
-
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.
-
monitoringAlertName
The name of a monitoring alert.
- Parameters:
monitoringAlertName
- The name of a monitoring alert.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datapointsToAlert
Within
EvaluationPeriod
, how many execution failures will raise an alert.- Parameters:
datapointsToAlert
- WithinEvaluationPeriod
, how many execution failures will raise an alert.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
evaluationPeriod
The number of most recent monitoring executions to consider when evaluating alert status.
- Parameters:
evaluationPeriod
- The number of most recent monitoring executions to consider when evaluating alert status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateMonitoringAlertRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateMonitoringAlertRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-