Interface CfnIntermediateTable.PopulationAnalysisConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnIntermediateTable.PopulationAnalysisConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnIntermediateTable
@Stability(Stable)
public static interface CfnIntermediateTable.PopulationAnalysisConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cleanrooms.*;
PopulationAnalysisConfigurationProperty populationAnalysisConfigurationProperty = PopulationAnalysisConfigurationProperty.builder()
.sqlParameters(PopulationAnalysisSqlParametersProperty.builder()
.analysisTemplateArn("analysisTemplateArn")
.queryString("queryString")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnIntermediateTable.PopulationAnalysisConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnIntermediateTable.PopulationAnalysisSqlParametersPropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSqlParameters
Returns union: eitherIResolvableorCfnIntermediateTable.PopulationAnalysisSqlParametersProperty- See Also:
-
builder
@Stability(Stable) static CfnIntermediateTable.PopulationAnalysisConfigurationProperty.Builder builder()
-