Class CfnIntermediateTable.PopulationAnalysisConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.cleanrooms.CfnIntermediateTable.PopulationAnalysisConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIntermediateTable.PopulationAnalysisConfigurationProperty>
- Enclosing interface:
CfnIntermediateTable.PopulationAnalysisConfigurationProperty
@Stability(Stable)
public static final class CfnIntermediateTable.PopulationAnalysisConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIntermediateTable.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 CfnIntermediateTable.PopulationAnalysisConfigurationProperty.Builder sqlParameters(IResolvable sqlParameters) - Parameters:
sqlParameters- the value to be set.- Returns:
this
-
sqlParameters
@Stability(Stable) public CfnIntermediateTable.PopulationAnalysisConfigurationProperty.Builder sqlParameters(CfnIntermediateTable.PopulationAnalysisSqlParametersProperty sqlParameters) - Parameters:
sqlParameters- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIntermediateTable.PopulationAnalysisConfigurationProperty>- Returns:
- a new instance of
CfnIntermediateTable.PopulationAnalysisConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-