Class CfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesProperty>
- Enclosing interface:
CfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesProperty
@Stability(Stable)
public static final class CfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.columnName(String columnName) columnType(String columnType) isPredictiveValue(Boolean isPredictiveValue) isPredictiveValue(IResolvable isPredictiveValue)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
columnName
@Stability(Stable) public CfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesProperty.Builder columnName(String columnName) Sets the value ofCfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesProperty.getColumnName()- Parameters:
columnName- The name of the data column as it appears in the dataset.- Returns:
this
-
columnType
@Stability(Stable) public CfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesProperty.Builder columnType(String columnType) Sets the value ofCfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesProperty.getColumnType()- Parameters:
columnType- The data type of the column, which determines how the synthetic data generation algorithm processes and synthesizes values for this column.- Returns:
this
-
isPredictiveValue
@Stability(Stable) public CfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesProperty.Builder isPredictiveValue(Boolean isPredictiveValue) Sets the value ofCfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesProperty.getIsPredictiveValue()- Parameters:
isPredictiveValue- Indicates if this column contains predictive values that should be treated as target variables in machine learning models. This affects how the synthetic data generation preserves statistical relationships.- Returns:
this
-
isPredictiveValue
@Stability(Stable) public CfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesProperty.Builder isPredictiveValue(IResolvable isPredictiveValue) Sets the value ofCfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesProperty.getIsPredictiveValue()- Parameters:
isPredictiveValue- Indicates if this column contains predictive values that should be treated as target variables in machine learning models. This affects how the synthetic data generation preserves statistical relationships.- Returns:
this
-
build
@Stability(Stable) public CfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesProperty>- Returns:
- a new instance of
CfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesProperty - Throws:
NullPointerException- if any required attribute was not provided
-