public class UpdateEnvironmentContextBuilder extends Object
Constructor and Description |
---|
UpdateEnvironmentContextBuilder() |
Modifier and Type | Method and Description |
---|---|
UpdateEnvironmentContext |
build() |
protected UpdateEnvironmentContext |
getInstance() |
static UpdateEnvironmentContextBuilder |
updateEnvironmentContext() |
GeneratorT |
withEnvironmentDescription(String aValue) |
GeneratorT |
withEnvironmentId(String aValue) |
GeneratorT |
withEnvironmentName(String aValue) |
GeneratorT |
withEnvironmentTierName(String aValue) |
GeneratorT |
withEnvironmentTierType(String aValue) |
GeneratorT |
withEnvironmentTierVersion(String aValue) |
GeneratorT |
withLatestVersionLabel(String aValue) |
GeneratorT |
withOptionSettings(com.amazonaws.services.elasticbeanstalk.model.ConfigurationOptionSetting[] aValue) |
GeneratorT |
withOptionsToRemove(com.amazonaws.services.elasticbeanstalk.model.OptionSpecification[] aValue) |
GeneratorT |
withTemplateName(String aValue) |
GeneratorT |
withVersionLabel(String aValue) |
public static UpdateEnvironmentContextBuilder updateEnvironmentContext()
public UpdateEnvironmentContext build()
protected UpdateEnvironmentContext getInstance()
public GeneratorT withEnvironmentName(String aValue)
public GeneratorT withEnvironmentId(String aValue)
public GeneratorT withVersionLabel(String aValue)
public GeneratorT withEnvironmentDescription(String aValue)
public GeneratorT withOptionSettings(com.amazonaws.services.elasticbeanstalk.model.ConfigurationOptionSetting[] aValue)
public GeneratorT withOptionsToRemove(com.amazonaws.services.elasticbeanstalk.model.OptionSpecification[] aValue)
public GeneratorT withTemplateName(String aValue)
public GeneratorT withLatestVersionLabel(String aValue)
public GeneratorT withEnvironmentTierName(String aValue)
public GeneratorT withEnvironmentTierType(String aValue)
public GeneratorT withEnvironmentTierVersion(String aValue)
Copyright © 2011–2019 ingenieux. All rights reserved.