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