@Stability(value=Stable) public static final class CfnLicense.EntitlementProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnLicense.EntitlementProperty>
CfnLicense.EntitlementProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnLicense.EntitlementProperty.Builder name(String name)
CfnLicense.EntitlementProperty.getName()name - Entitlement name. This parameter is required.this@Stability(value=Stable) public CfnLicense.EntitlementProperty.Builder unit(String unit)
CfnLicense.EntitlementProperty.getUnit()unit - Entitlement unit. This parameter is required.this@Stability(value=Stable) public CfnLicense.EntitlementProperty.Builder allowCheckIn(Boolean allowCheckIn)
CfnLicense.EntitlementProperty.getAllowCheckIn()allowCheckIn - Indicates whether check-ins are allowed.this@Stability(value=Stable) public CfnLicense.EntitlementProperty.Builder allowCheckIn(IResolvable allowCheckIn)
CfnLicense.EntitlementProperty.getAllowCheckIn()allowCheckIn - Indicates whether check-ins are allowed.this@Stability(value=Stable) public CfnLicense.EntitlementProperty.Builder maxCount(Number maxCount)
CfnLicense.EntitlementProperty.getMaxCount()maxCount - Maximum entitlement count.
Use if the unit is not None.this@Stability(value=Stable) public CfnLicense.EntitlementProperty.Builder overage(Boolean overage)
CfnLicense.EntitlementProperty.getOverage()overage - Indicates whether overages are allowed.this@Stability(value=Stable) public CfnLicense.EntitlementProperty.Builder overage(IResolvable overage)
CfnLicense.EntitlementProperty.getOverage()overage - Indicates whether overages are allowed.this@Stability(value=Stable) public CfnLicense.EntitlementProperty.Builder value(String value)
CfnLicense.EntitlementProperty.getValue()value - Entitlement resource.
Use only if the unit is None.this@Stability(value=Stable) public CfnLicense.EntitlementProperty build()
build in interface software.amazon.jsii.Builder<CfnLicense.EntitlementProperty>CfnLicense.EntitlementPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.