Uses of Class
software.amazon.awscdk.services.licensemanager.CfnLicenseProps.Builder
Packages that use CfnLicenseProps.Builder
Package
Description
AWS::LicenseManager Construct Library
-
Uses of CfnLicenseProps.Builder in software.amazon.awscdk.services.licensemanager
Methods in software.amazon.awscdk.services.licensemanager that return CfnLicenseProps.BuilderModifier and TypeMethodDescriptionCfnLicenseProps.Builder.beneficiary
(String beneficiary) Sets the value ofCfnLicenseProps.getBeneficiary()
static CfnLicenseProps.Builder
CfnLicenseProps.builder()
CfnLicenseProps.Builder.consumptionConfiguration
(IResolvable consumptionConfiguration) Sets the value ofCfnLicenseProps.getConsumptionConfiguration()
CfnLicenseProps.Builder.consumptionConfiguration
(CfnLicense.ConsumptionConfigurationProperty consumptionConfiguration) Sets the value ofCfnLicenseProps.getConsumptionConfiguration()
CfnLicenseProps.Builder.entitlements
(List<? extends Object> entitlements) Sets the value ofCfnLicenseProps.getEntitlements()
CfnLicenseProps.Builder.entitlements
(IResolvable entitlements) Sets the value ofCfnLicenseProps.getEntitlements()
CfnLicenseProps.Builder.homeRegion
(String homeRegion) Sets the value ofCfnLicenseProps.getHomeRegion()
CfnLicenseProps.Builder.issuer
(IResolvable issuer) Sets the value ofCfnLicenseProps.getIssuer()
CfnLicenseProps.Builder.issuer
(CfnLicense.IssuerDataProperty issuer) Sets the value ofCfnLicenseProps.getIssuer()
CfnLicenseProps.Builder.licenseMetadata
(List<? extends Object> licenseMetadata) Sets the value ofCfnLicenseProps.getLicenseMetadata()
CfnLicenseProps.Builder.licenseMetadata
(IResolvable licenseMetadata) Sets the value ofCfnLicenseProps.getLicenseMetadata()
CfnLicenseProps.Builder.licenseName
(String licenseName) Sets the value ofCfnLicenseProps.getLicenseName()
CfnLicenseProps.Builder.productName
(String productName) Sets the value ofCfnLicenseProps.getProductName()
CfnLicenseProps.Builder.productSku
(String productSku) Sets the value ofCfnLicenseProps.getProductSku()
Sets the value ofCfnLicenseProps.getStatus()
CfnLicenseProps.Builder.validity
(IResolvable validity) Sets the value ofCfnLicenseProps.getValidity()
CfnLicenseProps.Builder.validity
(CfnLicense.ValidityDateFormatProperty validity) Sets the value ofCfnLicenseProps.getValidity()
Constructors in software.amazon.awscdk.services.licensemanager with parameters of type CfnLicenseProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnLicenseProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnLicenseProps.Builder
.