Class CfnIntermediateTablePropsMixin.PopulationAnalysisConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnIntermediateTablePropsMixin.PopulationAnalysisConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIntermediateTablePropsMixin.PopulationAnalysisConfigurationProperty>
- Enclosing interface:
CfnIntermediateTablePropsMixin.PopulationAnalysisConfigurationProperty
@Stability(Stable)
public static final class CfnIntermediateTablePropsMixin.PopulationAnalysisConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIntermediateTablePropsMixin.PopulationAnalysisConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.sqlParameters(IResolvable sqlParameters)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
sqlParameters
@Stability(Stable) public CfnIntermediateTablePropsMixin.PopulationAnalysisConfigurationProperty.Builder sqlParameters(IResolvable sqlParameters) Sets the value ofCfnIntermediateTablePropsMixin.PopulationAnalysisConfigurationProperty.getSqlParameters()- Parameters:
sqlParameters- the value to be set.- Returns:
this
-
sqlParameters
@Stability(Stable) public CfnIntermediateTablePropsMixin.PopulationAnalysisConfigurationProperty.Builder sqlParameters(CfnIntermediateTablePropsMixin.PopulationAnalysisSqlParametersProperty sqlParameters) Sets the value ofCfnIntermediateTablePropsMixin.PopulationAnalysisConfigurationProperty.getSqlParameters()- Parameters:
sqlParameters- the value to be set.- Returns:
this
-
build
@Stability(Stable) public CfnIntermediateTablePropsMixin.PopulationAnalysisConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIntermediateTablePropsMixin.PopulationAnalysisConfigurationProperty>- Returns:
- a new instance of
CfnIntermediateTablePropsMixin.PopulationAnalysisConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-