Interface ModelQualityBaselineConfig.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ModelQualityBaselineConfig.Builder,,ModelQualityBaselineConfig> SdkBuilder<ModelQualityBaselineConfig.Builder,,ModelQualityBaselineConfig> SdkPojo
- Enclosing class:
 ModelQualityBaselineConfig
public static interface ModelQualityBaselineConfig.Builder
extends SdkPojo, CopyableBuilder<ModelQualityBaselineConfig.Builder,ModelQualityBaselineConfig> 
- 
Method Summary
Modifier and TypeMethodDescriptionbaseliningJobName(String baseliningJobName) The name of the job that performs baselining for the monitoring job.constraintsResource(Consumer<MonitoringConstraintsResource.Builder> constraintsResource) Sets the value of the ConstraintsResource property for this object.constraintsResource(MonitoringConstraintsResource constraintsResource) Sets the value of the ConstraintsResource property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
baseliningJobName
The name of the job that performs baselining for the monitoring job.
- Parameters:
 baseliningJobName- The name of the job that performs baselining for the monitoring job.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
constraintsResource
ModelQualityBaselineConfig.Builder constraintsResource(MonitoringConstraintsResource constraintsResource) Sets the value of the ConstraintsResource property for this object.- Parameters:
 constraintsResource- The new value for the ConstraintsResource property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
constraintsResource
default ModelQualityBaselineConfig.Builder constraintsResource(Consumer<MonitoringConstraintsResource.Builder> constraintsResource) Sets the value of the ConstraintsResource property for this object. This is a convenience method that creates an instance of theMonitoringConstraintsResource.Builderavoiding the need to create one manually viaMonitoringConstraintsResource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconstraintsResource(MonitoringConstraintsResource).- Parameters:
 constraintsResource- a consumer that will call methods onMonitoringConstraintsResource.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -