Uses of Class
software.amazon.awscdk.services.licensemanager.CfnGrantProps.Builder
Package
Description
AWS::LicenseManager Construct Library
-
Uses of CfnGrantProps.Builder in software.amazon.awscdk.services.licensemanager
Modifier and TypeMethodDescriptionCfnGrantProps.Builder.allowedOperations
(List<String> allowedOperations) Sets the value ofCfnGrantProps.getAllowedOperations()
static CfnGrantProps.Builder
CfnGrantProps.builder()
Sets the value ofCfnGrantProps.getGrantName()
CfnGrantProps.Builder.homeRegion
(String homeRegion) Sets the value ofCfnGrantProps.getHomeRegion()
CfnGrantProps.Builder.licenseArn
(String licenseArn) Sets the value ofCfnGrantProps.getLicenseArn()
CfnGrantProps.Builder.principals
(List<String> principals) Sets the value ofCfnGrantProps.getPrincipals()
Sets the value ofCfnGrantProps.getStatus()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnGrantProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnGrantProps.Builder
.