Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.elasticbeanstalk.CfnApplicationVersionPropsMixin.Builder
Packages that use CfnApplicationVersionPropsMixin.Builder
-
Uses of CfnApplicationVersionPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.elasticbeanstalk
Methods in software.amazon.awscdk.cfnpropertymixins.services.elasticbeanstalk that return CfnApplicationVersionPropsMixin.BuilderModifier and TypeMethodDescriptionCfnApplicationVersionPropsMixin.Builder.applicationName(String applicationName) The name of the Elastic Beanstalk application that is associated with this application version.CfnApplicationVersionPropsMixin.Builder.applicationName(IApplicationRef applicationName) The name of the Elastic Beanstalk application that is associated with this application version.CfnApplicationVersionPropsMixin.Builder.create()CfnApplicationVersionPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnApplicationVersionPropsMixin.Builder.description(String description) A description of this application version.CfnApplicationVersionPropsMixin.Builder.sourceBundle(CfnApplicationVersionPropsMixin.SourceBundleProperty sourceBundle) The Amazon S3 bucket and key that identify the location of the source bundle for this version.CfnApplicationVersionPropsMixin.Builder.sourceBundle(IResolvable sourceBundle) The Amazon S3 bucket and key that identify the location of the source bundle for this version.