Class CfnLicenseAssetRuleSet.LicenseConfigurationRuleStatementProperty.Builder
java.lang.Object
software.amazon.awscdk.services.licensemanager.CfnLicenseAssetRuleSet.LicenseConfigurationRuleStatementProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLicenseAssetRuleSet.LicenseConfigurationRuleStatementProperty>
- Enclosing interface:
CfnLicenseAssetRuleSet.LicenseConfigurationRuleStatementProperty
@Stability(Stable)
public static final class CfnLicenseAssetRuleSet.LicenseConfigurationRuleStatementProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLicenseAssetRuleSet.LicenseConfigurationRuleStatementProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionandRuleStatement(IResolvable andRuleStatement) andRuleStatement(CfnLicenseAssetRuleSet.AndRuleStatementProperty andRuleStatement) build()Builds the configured instance.matchingRuleStatement(IResolvable matchingRuleStatement) matchingRuleStatement(CfnLicenseAssetRuleSet.MatchingRuleStatementProperty matchingRuleStatement) orRuleStatement(IResolvable orRuleStatement) orRuleStatement(CfnLicenseAssetRuleSet.OrRuleStatementProperty orRuleStatement)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
andRuleStatement
@Stability(Stable) public CfnLicenseAssetRuleSet.LicenseConfigurationRuleStatementProperty.Builder andRuleStatement(IResolvable andRuleStatement) Sets the value ofCfnLicenseAssetRuleSet.LicenseConfigurationRuleStatementProperty.getAndRuleStatement()- Parameters:
andRuleStatement- AND rule statement.- Returns:
this
-
andRuleStatement
@Stability(Stable) public CfnLicenseAssetRuleSet.LicenseConfigurationRuleStatementProperty.Builder andRuleStatement(CfnLicenseAssetRuleSet.AndRuleStatementProperty andRuleStatement) Sets the value ofCfnLicenseAssetRuleSet.LicenseConfigurationRuleStatementProperty.getAndRuleStatement()- Parameters:
andRuleStatement- AND rule statement.- Returns:
this
-
matchingRuleStatement
@Stability(Stable) public CfnLicenseAssetRuleSet.LicenseConfigurationRuleStatementProperty.Builder matchingRuleStatement(IResolvable matchingRuleStatement) Sets the value ofCfnLicenseAssetRuleSet.LicenseConfigurationRuleStatementProperty.getMatchingRuleStatement()- Parameters:
matchingRuleStatement- Matching rule statement.- Returns:
this
-
matchingRuleStatement
@Stability(Stable) public CfnLicenseAssetRuleSet.LicenseConfigurationRuleStatementProperty.Builder matchingRuleStatement(CfnLicenseAssetRuleSet.MatchingRuleStatementProperty matchingRuleStatement) Sets the value ofCfnLicenseAssetRuleSet.LicenseConfigurationRuleStatementProperty.getMatchingRuleStatement()- Parameters:
matchingRuleStatement- Matching rule statement.- Returns:
this
-
orRuleStatement
@Stability(Stable) public CfnLicenseAssetRuleSet.LicenseConfigurationRuleStatementProperty.Builder orRuleStatement(IResolvable orRuleStatement) Sets the value ofCfnLicenseAssetRuleSet.LicenseConfigurationRuleStatementProperty.getOrRuleStatement()- Parameters:
orRuleStatement- OR rule statement.- Returns:
this
-
orRuleStatement
@Stability(Stable) public CfnLicenseAssetRuleSet.LicenseConfigurationRuleStatementProperty.Builder orRuleStatement(CfnLicenseAssetRuleSet.OrRuleStatementProperty orRuleStatement) Sets the value ofCfnLicenseAssetRuleSet.LicenseConfigurationRuleStatementProperty.getOrRuleStatement()- Parameters:
orRuleStatement- OR rule statement.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLicenseAssetRuleSet.LicenseConfigurationRuleStatementProperty>- Returns:
- a new instance of
CfnLicenseAssetRuleSet.LicenseConfigurationRuleStatementProperty - Throws:
NullPointerException- if any required attribute was not provided
-