Uses of Class
software.amazon.awscdk.services.elasticbeanstalk.CfnApplicationVersion.Builder
Packages that use CfnApplicationVersion.Builder
Package
Description
AWS Elastic Beanstalk Construct Library
-
Uses of CfnApplicationVersion.Builder in software.amazon.awscdk.services.elasticbeanstalk
Methods in software.amazon.awscdk.services.elasticbeanstalk that return CfnApplicationVersion.BuilderModifier and TypeMethodDescriptionCfnApplicationVersion.Builder.applicationName(String applicationName) The name of the Elastic Beanstalk application that is associated with this application version.CfnApplicationVersion.Builder.applicationName(IApplicationRef applicationName) The name of the Elastic Beanstalk application that is associated with this application version.CfnApplicationVersion.Builder.description(String description) A description of this application version.CfnApplicationVersion.Builder.sourceBundle(IResolvable sourceBundle) The Amazon S3 bucket and key that identify the location of the source bundle for this version.CfnApplicationVersion.Builder.sourceBundle(CfnApplicationVersion.SourceBundleProperty sourceBundle) The Amazon S3 bucket and key that identify the location of the source bundle for this version.