Uses of Class
software.amazon.awscdk.services.elasticbeanstalk.CfnConfigurationTemplateProps.Builder
Package
Description
AWS Elastic Beanstalk Construct Library
-
Uses of CfnConfigurationTemplateProps.Builder in software.amazon.awscdk.services.elasticbeanstalk
Modifier and TypeMethodDescriptionCfnConfigurationTemplateProps.Builder.applicationName
(String applicationName) Sets the value ofCfnConfigurationTemplateProps.getApplicationName()
CfnConfigurationTemplateProps.builder()
CfnConfigurationTemplateProps.Builder.description
(String description) Sets the value ofCfnConfigurationTemplateProps.getDescription()
CfnConfigurationTemplateProps.Builder.environmentId
(String environmentId) Sets the value ofCfnConfigurationTemplateProps.getEnvironmentId()
CfnConfigurationTemplateProps.Builder.optionSettings
(List<? extends Object> optionSettings) Sets the value ofCfnConfigurationTemplateProps.getOptionSettings()
CfnConfigurationTemplateProps.Builder.optionSettings
(IResolvable optionSettings) Sets the value ofCfnConfigurationTemplateProps.getOptionSettings()
CfnConfigurationTemplateProps.Builder.platformArn
(String platformArn) Sets the value ofCfnConfigurationTemplateProps.getPlatformArn()
CfnConfigurationTemplateProps.Builder.solutionStackName
(String solutionStackName) Sets the value ofCfnConfigurationTemplateProps.getSolutionStackName()
CfnConfigurationTemplateProps.Builder.sourceConfiguration
(IResolvable sourceConfiguration) Sets the value ofCfnConfigurationTemplateProps.getSourceConfiguration()
CfnConfigurationTemplateProps.Builder.sourceConfiguration
(CfnConfigurationTemplate.SourceConfigurationProperty sourceConfiguration) Sets the value ofCfnConfigurationTemplateProps.getSourceConfiguration()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConfigurationTemplateProps.Builder
.