Uses of Class
software.amazon.awscdk.services.elasticbeanstalk.CfnEnvironmentProps.Builder
Package
Description
AWS Elastic Beanstalk Construct Library
-
Uses of CfnEnvironmentProps.Builder in software.amazon.awscdk.services.elasticbeanstalk
Modifier and TypeMethodDescriptionCfnEnvironmentProps.Builder.applicationName
(String applicationName) Sets the value ofCfnEnvironmentProps.getApplicationName()
static CfnEnvironmentProps.Builder
CfnEnvironmentProps.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.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()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnEnvironmentProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEnvironmentProps.Builder
.