Uses of Class
software.amazon.awscdk.services.elasticbeanstalk.CfnEnvironmentProps.Builder
Packages that use CfnEnvironmentProps.Builder
Package
Description
AWS Elastic Beanstalk Construct Library
-
Uses of CfnEnvironmentProps.Builder in software.amazon.awscdk.services.elasticbeanstalk
Methods in software.amazon.awscdk.services.elasticbeanstalk that return CfnEnvironmentProps.BuilderModifier and TypeMethodDescriptionCfnEnvironmentProps.Builder.applicationName(String applicationName) Sets the value ofCfnEnvironmentProps.getApplicationName()CfnEnvironmentProps.Builder.applicationName(IApplicationRef applicationName) Sets the value ofCfnEnvironmentProps.getApplicationName()static CfnEnvironmentProps.BuilderCfnEnvironmentProps.builder()CfnEnvironmentProps.Builder.cnamePrefix(String cnamePrefix) Sets the value ofCfnEnvironmentProps.getCnamePrefix()CfnEnvironmentProps.Builder.description(String description) Sets the value ofCfnEnvironmentProps.getDescription()CfnEnvironmentProps.Builder.environmentName(String environmentName) Sets the value ofCfnEnvironmentProps.getEnvironmentName()CfnEnvironmentProps.Builder.operationsRole(String operationsRole) Sets the value ofCfnEnvironmentProps.getOperationsRole()CfnEnvironmentProps.Builder.optionSettings(List<? extends Object> optionSettings) Sets the value ofCfnEnvironmentProps.getOptionSettings()CfnEnvironmentProps.Builder.optionSettings(IResolvable optionSettings) Sets the value ofCfnEnvironmentProps.getOptionSettings()CfnEnvironmentProps.Builder.platformArn(String platformArn) Sets the value ofCfnEnvironmentProps.getPlatformArn()CfnEnvironmentProps.Builder.solutionStackName(String solutionStackName) Sets the value ofCfnEnvironmentProps.getSolutionStackName()Sets the value ofCfnEnvironmentProps.getTags()CfnEnvironmentProps.Builder.templateName(String templateName) Sets the value ofCfnEnvironmentProps.getTemplateName()CfnEnvironmentProps.Builder.templateName(IConfigurationTemplateRef templateName) Sets the value ofCfnEnvironmentProps.getTemplateName()CfnEnvironmentProps.Builder.tier(IResolvable tier) Sets the value ofCfnEnvironmentProps.getTier()CfnEnvironmentProps.Builder.tier(CfnEnvironment.TierProperty tier) Sets the value ofCfnEnvironmentProps.getTier()CfnEnvironmentProps.Builder.versionLabel(String versionLabel) Sets the value ofCfnEnvironmentProps.getVersionLabel()Constructors in software.amazon.awscdk.services.elasticbeanstalk with parameters of type CfnEnvironmentProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnEnvironmentProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEnvironmentProps.Builder.