Interface CreateDataQualityJobDefinitionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateDataQualityJobDefinitionRequest.Builder,CreateDataQualityJobDefinitionRequest>,SageMakerRequest.Builder,SdkBuilder<CreateDataQualityJobDefinitionRequest.Builder,CreateDataQualityJobDefinitionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateDataQualityJobDefinitionRequest
@Mutable @NotThreadSafe public static interface CreateDataQualityJobDefinitionRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateDataQualityJobDefinitionRequest.Builder,CreateDataQualityJobDefinitionRequest>
-
-
Method Summary
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
jobDefinitionName
CreateDataQualityJobDefinitionRequest.Builder jobDefinitionName(String jobDefinitionName)
The name for the monitoring job definition.
- Parameters:
jobDefinitionName- The name for the monitoring job definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataQualityBaselineConfig
CreateDataQualityJobDefinitionRequest.Builder dataQualityBaselineConfig(DataQualityBaselineConfig dataQualityBaselineConfig)
Configures the constraints and baselines for the monitoring job.
- Parameters:
dataQualityBaselineConfig- Configures the constraints and baselines for the monitoring job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataQualityBaselineConfig
default CreateDataQualityJobDefinitionRequest.Builder dataQualityBaselineConfig(Consumer<DataQualityBaselineConfig.Builder> dataQualityBaselineConfig)
Configures the constraints and baselines for the monitoring job.
This is a convenience method that creates an instance of theDataQualityBaselineConfig.Builderavoiding the need to create one manually viaDataQualityBaselineConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataQualityBaselineConfig(DataQualityBaselineConfig).- Parameters:
dataQualityBaselineConfig- a consumer that will call methods onDataQualityBaselineConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
dataQualityBaselineConfig(DataQualityBaselineConfig)
-
dataQualityAppSpecification
CreateDataQualityJobDefinitionRequest.Builder dataQualityAppSpecification(DataQualityAppSpecification dataQualityAppSpecification)
Specifies the container that runs the monitoring job.
- Parameters:
dataQualityAppSpecification- Specifies the container that runs the monitoring job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataQualityAppSpecification
default CreateDataQualityJobDefinitionRequest.Builder dataQualityAppSpecification(Consumer<DataQualityAppSpecification.Builder> dataQualityAppSpecification)
Specifies the container that runs the monitoring job.
This is a convenience method that creates an instance of theDataQualityAppSpecification.Builderavoiding the need to create one manually viaDataQualityAppSpecification.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataQualityAppSpecification(DataQualityAppSpecification).- Parameters:
dataQualityAppSpecification- a consumer that will call methods onDataQualityAppSpecification.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
dataQualityAppSpecification(DataQualityAppSpecification)
-
dataQualityJobInput
CreateDataQualityJobDefinitionRequest.Builder dataQualityJobInput(DataQualityJobInput dataQualityJobInput)
A list of inputs for the monitoring job. Currently endpoints are supported as monitoring inputs.
- Parameters:
dataQualityJobInput- A list of inputs for the monitoring job. Currently endpoints are supported as monitoring inputs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataQualityJobInput
default CreateDataQualityJobDefinitionRequest.Builder dataQualityJobInput(Consumer<DataQualityJobInput.Builder> dataQualityJobInput)
A list of inputs for the monitoring job. Currently endpoints are supported as monitoring inputs.
This is a convenience method that creates an instance of theDataQualityJobInput.Builderavoiding the need to create one manually viaDataQualityJobInput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataQualityJobInput(DataQualityJobInput).- Parameters:
dataQualityJobInput- a consumer that will call methods onDataQualityJobInput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
dataQualityJobInput(DataQualityJobInput)
-
dataQualityJobOutputConfig
CreateDataQualityJobDefinitionRequest.Builder dataQualityJobOutputConfig(MonitoringOutputConfig dataQualityJobOutputConfig)
Sets the value of the DataQualityJobOutputConfig property for this object.- Parameters:
dataQualityJobOutputConfig- The new value for the DataQualityJobOutputConfig property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataQualityJobOutputConfig
default CreateDataQualityJobDefinitionRequest.Builder dataQualityJobOutputConfig(Consumer<MonitoringOutputConfig.Builder> dataQualityJobOutputConfig)
Sets the value of the DataQualityJobOutputConfig property for this object. This is a convenience method that creates an instance of theMonitoringOutputConfig.Builderavoiding the need to create one manually viaMonitoringOutputConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataQualityJobOutputConfig(MonitoringOutputConfig).- Parameters:
dataQualityJobOutputConfig- a consumer that will call methods onMonitoringOutputConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
dataQualityJobOutputConfig(MonitoringOutputConfig)
-
jobResources
CreateDataQualityJobDefinitionRequest.Builder jobResources(MonitoringResources jobResources)
Sets the value of the JobResources property for this object.- Parameters:
jobResources- The new value for the JobResources property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobResources
default CreateDataQualityJobDefinitionRequest.Builder jobResources(Consumer<MonitoringResources.Builder> jobResources)
Sets the value of the JobResources property for this object. This is a convenience method that creates an instance of theMonitoringResources.Builderavoiding the need to create one manually viaMonitoringResources.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tojobResources(MonitoringResources).- Parameters:
jobResources- a consumer that will call methods onMonitoringResources.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
jobResources(MonitoringResources)
-
networkConfig
CreateDataQualityJobDefinitionRequest.Builder networkConfig(MonitoringNetworkConfig networkConfig)
Specifies networking configuration for the monitoring job.
- Parameters:
networkConfig- Specifies networking configuration for the monitoring job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkConfig
default CreateDataQualityJobDefinitionRequest.Builder networkConfig(Consumer<MonitoringNetworkConfig.Builder> networkConfig)
Specifies networking configuration for the monitoring job.
This is a convenience method that creates an instance of theMonitoringNetworkConfig.Builderavoiding the need to create one manually viaMonitoringNetworkConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonetworkConfig(MonitoringNetworkConfig).- Parameters:
networkConfig- a consumer that will call methods onMonitoringNetworkConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
networkConfig(MonitoringNetworkConfig)
-
roleArn
CreateDataQualityJobDefinitionRequest.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker AI can assume to perform tasks on your behalf.
- Parameters:
roleArn- The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker AI can assume to perform tasks on your behalf.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stoppingCondition
CreateDataQualityJobDefinitionRequest.Builder stoppingCondition(MonitoringStoppingCondition stoppingCondition)
Sets the value of the StoppingCondition property for this object.- Parameters:
stoppingCondition- The new value for the StoppingCondition property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stoppingCondition
default CreateDataQualityJobDefinitionRequest.Builder stoppingCondition(Consumer<MonitoringStoppingCondition.Builder> stoppingCondition)
Sets the value of the StoppingCondition property for this object. This is a convenience method that creates an instance of theMonitoringStoppingCondition.Builderavoiding the need to create one manually viaMonitoringStoppingCondition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostoppingCondition(MonitoringStoppingCondition).- Parameters:
stoppingCondition- a consumer that will call methods onMonitoringStoppingCondition.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
stoppingCondition(MonitoringStoppingCondition)
-
tags
CreateDataQualityJobDefinitionRequest.Builder tags(Collection<Tag> tags)
(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.
- Parameters:
tags- (Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateDataQualityJobDefinitionRequest.Builder tags(Tag... tags)
(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.
- Parameters:
tags- (Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateDataQualityJobDefinitionRequest.Builder tags(Consumer<Tag.Builder>... tags)
(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
CreateDataQualityJobDefinitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateDataQualityJobDefinitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-