Uses of Class
software.amazon.awscdk.services.serverlessrepo.CfnApplicationProps.Builder
Packages that use CfnApplicationProps.Builder
Package
Description
AWS::ServerlessRepo Construct Library
-
Uses of CfnApplicationProps.Builder in software.amazon.awscdk.services.serverlessrepo
Methods in software.amazon.awscdk.services.serverlessrepo that return CfnApplicationProps.BuilderModifier and TypeMethodDescriptionSets the value ofCfnApplicationProps.getAuthor()static CfnApplicationProps.BuilderCfnApplicationProps.builder()CfnApplicationProps.Builder.description(String description) Sets the value ofCfnApplicationProps.getDescription()CfnApplicationProps.Builder.homePageUrl(String homePageUrl) Sets the value ofCfnApplicationProps.getHomePageUrl()Sets the value ofCfnApplicationProps.getLabels()CfnApplicationProps.Builder.licenseBody(String licenseBody) Sets the value ofCfnApplicationProps.getLicenseBody()Sets the value ofCfnApplicationProps.getName()CfnApplicationProps.Builder.readmeBody(String readmeBody) Sets the value ofCfnApplicationProps.getReadmeBody()CfnApplicationProps.Builder.semanticVersion(String semanticVersion) Sets the value ofCfnApplicationProps.getSemanticVersion()CfnApplicationProps.Builder.sourceCodeUrl(String sourceCodeUrl) Sets the value ofCfnApplicationProps.getSourceCodeUrl()CfnApplicationProps.Builder.spdxLicenseId(String spdxLicenseId) Sets the value ofCfnApplicationProps.getSpdxLicenseId()CfnApplicationProps.Builder.templateBody(String templateBody) Sets the value ofCfnApplicationProps.getTemplateBody()Constructors in software.amazon.awscdk.services.serverlessrepo with parameters of type CfnApplicationProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnApplicationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnApplicationProps.Builder.