Interface UpdateMonitoringScheduleRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateMonitoringScheduleRequest.Builder,UpdateMonitoringScheduleRequest>,SageMakerRequest.Builder,SdkBuilder<UpdateMonitoringScheduleRequest.Builder,UpdateMonitoringScheduleRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateMonitoringScheduleRequest
public static interface UpdateMonitoringScheduleRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateMonitoringScheduleRequest.Builder,UpdateMonitoringScheduleRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateMonitoringScheduleRequest.BuildermonitoringScheduleConfig(Consumer<MonitoringScheduleConfig.Builder> monitoringScheduleConfig)The configuration object that specifies the monitoring schedule and defines the monitoring job.UpdateMonitoringScheduleRequest.BuildermonitoringScheduleConfig(MonitoringScheduleConfig monitoringScheduleConfig)The configuration object that specifies the monitoring schedule and defines the monitoring job.UpdateMonitoringScheduleRequest.BuildermonitoringScheduleName(String monitoringScheduleName)The name of the monitoring schedule.UpdateMonitoringScheduleRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateMonitoringScheduleRequest.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
UpdateMonitoringScheduleRequest.Builder monitoringScheduleName(String monitoringScheduleName)
The name of the monitoring schedule. The name must be unique within an Amazon Web Services Region within an Amazon Web Services account.
- Parameters:
monitoringScheduleName- The name of the monitoring schedule. The name must be unique within an Amazon Web Services Region within an Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
monitoringScheduleConfig
UpdateMonitoringScheduleRequest.Builder monitoringScheduleConfig(MonitoringScheduleConfig monitoringScheduleConfig)
The configuration object that specifies the monitoring schedule and defines the monitoring job.
- Parameters:
monitoringScheduleConfig- The configuration object that specifies the monitoring schedule and defines the monitoring job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
monitoringScheduleConfig
default UpdateMonitoringScheduleRequest.Builder monitoringScheduleConfig(Consumer<MonitoringScheduleConfig.Builder> monitoringScheduleConfig)
The configuration object that specifies the monitoring schedule and defines the monitoring job.
This is a convenience method that creates an instance of theMonitoringScheduleConfig.Builderavoiding the need to create one manually viaMonitoringScheduleConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomonitoringScheduleConfig(MonitoringScheduleConfig).- Parameters:
monitoringScheduleConfig- a consumer that will call methods onMonitoringScheduleConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
monitoringScheduleConfig(MonitoringScheduleConfig)
-
overrideConfiguration
UpdateMonitoringScheduleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateMonitoringScheduleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-