Class CfnIntermediateTableProps.Builder
java.lang.Object
software.amazon.awscdk.services.cleanrooms.CfnIntermediateTableProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIntermediateTableProps>
- Enclosing interface:
CfnIntermediateTableProps
@Stability(Stable)
public static final class CfnIntermediateTableProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIntermediateTableProps>
A builder for
CfnIntermediateTableProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionanalysisRules(List<? extends Object> analysisRules) Sets the value ofCfnIntermediateTableProps.getAnalysisRules()analysisRules(IResolvable analysisRules) Sets the value ofCfnIntermediateTableProps.getAnalysisRules()build()Builds the configured instance.description(String description) Sets the value ofCfnIntermediateTableProps.getDescription()Sets the value ofCfnIntermediateTableProps.getKmsKeyArn()membershipIdentifier(String membershipIdentifier) Sets the value ofCfnIntermediateTableProps.getMembershipIdentifier()Sets the value ofCfnIntermediateTableProps.getName()populationAnalysisConfiguration(IResolvable populationAnalysisConfiguration) Sets the value ofCfnIntermediateTableProps.getPopulationAnalysisConfiguration()populationAnalysisConfiguration(CfnIntermediateTable.PopulationAnalysisConfigurationProperty populationAnalysisConfiguration) Sets the value ofCfnIntermediateTableProps.getPopulationAnalysisConfiguration()Sets the value ofCfnIntermediateTableProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
membershipIdentifier
@Stability(Stable) public CfnIntermediateTableProps.Builder membershipIdentifier(String membershipIdentifier) Sets the value ofCfnIntermediateTableProps.getMembershipIdentifier()- Parameters:
membershipIdentifier- the value to be set. This parameter is required.- Returns:
this
-
name
Sets the value ofCfnIntermediateTableProps.getName()- Parameters:
name- the value to be set. This parameter is required.- Returns:
this
-
populationAnalysisConfiguration
@Stability(Stable) public CfnIntermediateTableProps.Builder populationAnalysisConfiguration(IResolvable populationAnalysisConfiguration) Sets the value ofCfnIntermediateTableProps.getPopulationAnalysisConfiguration()- Parameters:
populationAnalysisConfiguration- the value to be set. This parameter is required.- Returns:
this
-
populationAnalysisConfiguration
@Stability(Stable) public CfnIntermediateTableProps.Builder populationAnalysisConfiguration(CfnIntermediateTable.PopulationAnalysisConfigurationProperty populationAnalysisConfiguration) Sets the value ofCfnIntermediateTableProps.getPopulationAnalysisConfiguration()- Parameters:
populationAnalysisConfiguration- the value to be set. This parameter is required.- Returns:
this
-
analysisRules
@Stability(Stable) public CfnIntermediateTableProps.Builder analysisRules(IResolvable analysisRules) Sets the value ofCfnIntermediateTableProps.getAnalysisRules()- Parameters:
analysisRules- the value to be set.- Returns:
this
-
analysisRules
@Stability(Stable) public CfnIntermediateTableProps.Builder analysisRules(List<? extends Object> analysisRules) Sets the value ofCfnIntermediateTableProps.getAnalysisRules()- Parameters:
analysisRules- the value to be set.- Returns:
this
-
description
Sets the value ofCfnIntermediateTableProps.getDescription()- Parameters:
description- the value to be set.- Returns:
this
-
kmsKeyArn
Sets the value ofCfnIntermediateTableProps.getKmsKeyArn()- Parameters:
kmsKeyArn- the value to be set.- Returns:
this
-
tags
Sets the value ofCfnIntermediateTableProps.getTags()- Parameters:
tags- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIntermediateTableProps>- Returns:
- a new instance of
CfnIntermediateTableProps - Throws:
NullPointerException- if any required attribute was not provided
-