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