Class CfnModelQualityJobDefinition.JsonProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinition.JsonProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnModelQualityJobDefinition.JsonProperty>
- Enclosing interface:
- CfnModelQualityJobDefinition.JsonProperty
@Stability(Stable)
public static final class CfnModelQualityJobDefinition.JsonProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnModelQualityJobDefinition.JsonProperty>
A builder for
CfnModelQualityJobDefinition.JsonProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnModelQualityJobDefinition.JsonProperty.getLine()line(IResolvable line) Sets the value ofCfnModelQualityJobDefinition.JsonProperty.getLine()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
line
Sets the value ofCfnModelQualityJobDefinition.JsonProperty.getLine()- Parameters:
line-CfnModelQualityJobDefinition.JsonProperty.Line.- Returns:
this
-
line
Sets the value ofCfnModelQualityJobDefinition.JsonProperty.getLine()- Parameters:
line-CfnModelQualityJobDefinition.JsonProperty.Line.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnModelQualityJobDefinition.JsonProperty>- Returns:
- a new instance of
CfnModelQualityJobDefinition.JsonProperty - Throws:
NullPointerException- if any required attribute was not provided
-