public static interface UpdateMonitoringScheduleRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateMonitoringScheduleRequest.Builder,UpdateMonitoringScheduleRequest>
| Modifier and Type | Method and Description |
|---|---|
default UpdateMonitoringScheduleRequest.Builder |
monitoringScheduleConfig(Consumer<MonitoringScheduleConfig.Builder> monitoringScheduleConfig)
The configuration object that specifies the monitoring schedule and defines the monitoring job.
|
UpdateMonitoringScheduleRequest.Builder |
monitoringScheduleConfig(MonitoringScheduleConfig monitoringScheduleConfig)
The configuration object that specifies the monitoring schedule and defines the monitoring job.
|
UpdateMonitoringScheduleRequest.Builder |
monitoringScheduleName(String monitoringScheduleName)
The name of the monitoring schedule.
|
UpdateMonitoringScheduleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateMonitoringScheduleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateMonitoringScheduleRequest.Builder monitoringScheduleName(String monitoringScheduleName)
The name of the monitoring schedule. The name must be unique within an AWS Region within an AWS account.
monitoringScheduleName - The name of the monitoring schedule. The name must be unique within an AWS Region within an AWS
account.UpdateMonitoringScheduleRequest.Builder monitoringScheduleConfig(MonitoringScheduleConfig monitoringScheduleConfig)
The configuration object that specifies the monitoring schedule and defines the monitoring job.
monitoringScheduleConfig - The configuration object that specifies the monitoring schedule and defines the monitoring job.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 that creates an instance of theMonitoringScheduleConfig.Builder avoiding the
need to create one manually via MonitoringScheduleConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to monitoringScheduleConfig(MonitoringScheduleConfig).monitoringScheduleConfig - a consumer that will call methods on MonitoringScheduleConfig.BuildermonitoringScheduleConfig(MonitoringScheduleConfig)UpdateMonitoringScheduleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateMonitoringScheduleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.