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