Class CfnLicenseAssetRuleSetPropsMixin.LicenseAssetRuleProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.licensemanager.CfnLicenseAssetRuleSetPropsMixin.LicenseAssetRuleProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLicenseAssetRuleSetPropsMixin.LicenseAssetRuleProperty>
- Enclosing interface:
CfnLicenseAssetRuleSetPropsMixin.LicenseAssetRuleProperty
@Stability(Stable)
public static final class CfnLicenseAssetRuleSetPropsMixin.LicenseAssetRuleProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLicenseAssetRuleSetPropsMixin.LicenseAssetRuleProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.ruleStatement(IResolvable ruleStatement)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ruleStatement
@Stability(Stable) public CfnLicenseAssetRuleSetPropsMixin.LicenseAssetRuleProperty.Builder ruleStatement(IResolvable ruleStatement) - Parameters:
ruleStatement- Rule statement. Specify exactly one of InstanceRuleStatement, LicenseRuleStatement, or LicenseConfigurationRuleStatement.- Returns:
this
-
ruleStatement
@Stability(Stable) public CfnLicenseAssetRuleSetPropsMixin.LicenseAssetRuleProperty.Builder ruleStatement(CfnLicenseAssetRuleSetPropsMixin.RuleStatementProperty ruleStatement) - Parameters:
ruleStatement- Rule statement. Specify exactly one of InstanceRuleStatement, LicenseRuleStatement, or LicenseConfigurationRuleStatement.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLicenseAssetRuleSetPropsMixin.LicenseAssetRuleProperty>- Returns:
- a new instance of
CfnLicenseAssetRuleSetPropsMixin.LicenseAssetRuleProperty - Throws:
NullPointerException- if any required attribute was not provided
-