Uses of Class
software.amazon.awscdk.services.elasticbeanstalk.CfnApplicationVersionProps.Builder
Packages that use CfnApplicationVersionProps.Builder
Package
Description
AWS Elastic Beanstalk Construct Library
-
Uses of CfnApplicationVersionProps.Builder in software.amazon.awscdk.services.elasticbeanstalk
Methods in software.amazon.awscdk.services.elasticbeanstalk that return CfnApplicationVersionProps.BuilderModifier and TypeMethodDescriptionCfnApplicationVersionProps.Builder.applicationName
(String applicationName) Sets the value ofCfnApplicationVersionProps.getApplicationName()
CfnApplicationVersionProps.builder()
CfnApplicationVersionProps.Builder.description
(String description) Sets the value ofCfnApplicationVersionProps.getDescription()
CfnApplicationVersionProps.Builder.sourceBundle
(IResolvable sourceBundle) Sets the value ofCfnApplicationVersionProps.getSourceBundle()
CfnApplicationVersionProps.Builder.sourceBundle
(CfnApplicationVersion.SourceBundleProperty sourceBundle) Sets the value ofCfnApplicationVersionProps.getSourceBundle()
Constructors in software.amazon.awscdk.services.elasticbeanstalk with parameters of type CfnApplicationVersionProps.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnApplicationVersionProps.Builder
.