Class CfnLicenseAssetRuleSetPropsMixin.OrRuleStatementProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.licensemanager.CfnLicenseAssetRuleSetPropsMixin.OrRuleStatementProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLicenseAssetRuleSetPropsMixin.OrRuleStatementProperty>
- Enclosing interface:
CfnLicenseAssetRuleSetPropsMixin.OrRuleStatementProperty
@Stability(Stable)
public static final class CfnLicenseAssetRuleSetPropsMixin.OrRuleStatementProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLicenseAssetRuleSetPropsMixin.OrRuleStatementProperty>
A builder for
CfnLicenseAssetRuleSetPropsMixin.OrRuleStatementProperty-
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.OrRuleStatementProperty.Builder matchingRuleStatements(IResolvable matchingRuleStatements) Sets the value ofCfnLicenseAssetRuleSetPropsMixin.OrRuleStatementProperty.getMatchingRuleStatements()- Parameters:
matchingRuleStatements- the value to be set.- Returns:
this
-
matchingRuleStatements
@Stability(Stable) public CfnLicenseAssetRuleSetPropsMixin.OrRuleStatementProperty.Builder matchingRuleStatements(List<? extends Object> matchingRuleStatements) Sets the value ofCfnLicenseAssetRuleSetPropsMixin.OrRuleStatementProperty.getMatchingRuleStatements()- Parameters:
matchingRuleStatements- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLicenseAssetRuleSetPropsMixin.OrRuleStatementProperty>- Returns:
- a new instance of
CfnLicenseAssetRuleSetPropsMixin.OrRuleStatementProperty - Throws:
NullPointerException- if any required attribute was not provided
-