public class CreateEnvironmentContextBuilder extends Object
Constructor and Description |
---|
CreateEnvironmentContextBuilder() |
Modifier and Type | Method and Description |
---|---|
CreateEnvironmentContext |
build() |
static CreateEnvironmentContextBuilder |
createEnvironmentContext() |
protected CreateEnvironmentContext |
getInstance() |
GeneratorT |
withApplicationDescription(String aValue) |
GeneratorT |
withApplicationName(String aValue) |
GeneratorT |
withCnamePrefix(String aValue) |
GeneratorT |
withEnvironmentName(String aValue) |
GeneratorT |
withEnvironmentTierName(String aValue) |
GeneratorT |
withEnvironmentTierType(String aValue) |
GeneratorT |
withEnvironmentTierVersion(String aValue) |
GeneratorT |
withOptionSettings(com.amazonaws.services.elasticbeanstalk.model.ConfigurationOptionSetting[] aValue) |
GeneratorT |
withOptionsToRemove(com.amazonaws.services.elasticbeanstalk.model.OptionSpecification[] aValue) |
GeneratorT |
withSolutionStack(String aValue) |
GeneratorT |
withTags(Map<String,String> tags) |
GeneratorT |
withTemplateName(String aValue) |
GeneratorT |
withVersionLabel(String aValue) |
public static CreateEnvironmentContextBuilder createEnvironmentContext()
public CreateEnvironmentContext build()
protected CreateEnvironmentContext getInstance()
public GeneratorT withApplicationName(String aValue)
public GeneratorT withCnamePrefix(String aValue)
public GeneratorT withApplicationDescription(String aValue)
public GeneratorT withOptionSettings(com.amazonaws.services.elasticbeanstalk.model.ConfigurationOptionSetting[] aValue)
public GeneratorT withOptionsToRemove(com.amazonaws.services.elasticbeanstalk.model.OptionSpecification[] aValue)
public GeneratorT withEnvironmentName(String aValue)
public GeneratorT withVersionLabel(String aValue)
public GeneratorT withSolutionStack(String aValue)
public GeneratorT withTemplateName(String aValue)
public GeneratorT withEnvironmentTierName(String aValue)
public GeneratorT withEnvironmentTierType(String aValue)
public GeneratorT withEnvironmentTierVersion(String aValue)
Copyright © 2011–2019 ingenieux. All rights reserved.