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