public static interface UpdateConfigurationTemplateRequest.Builder extends ElasticBeanstalkRequest.Builder, SdkPojo, CopyableBuilder<UpdateConfigurationTemplateRequest.Builder,UpdateConfigurationTemplateRequest>
| Modifier and Type | Method and Description | 
|---|---|
UpdateConfigurationTemplateRequest.Builder | 
applicationName(String applicationName)
 The name of the application associated with the configuration template to update. 
 | 
UpdateConfigurationTemplateRequest.Builder | 
description(String description)
 A new description for the configuration. 
 | 
UpdateConfigurationTemplateRequest.Builder | 
optionSettings(Collection<ConfigurationOptionSetting> optionSettings)
 A list of configuration option settings to update with the new specified option value. 
 | 
UpdateConfigurationTemplateRequest.Builder | 
optionSettings(ConfigurationOptionSetting... optionSettings)
 A list of configuration option settings to update with the new specified option value. 
 | 
UpdateConfigurationTemplateRequest.Builder | 
optionSettings(Consumer<ConfigurationOptionSetting.Builder>... optionSettings)
 A list of configuration option settings to update with the new specified option value. 
 | 
UpdateConfigurationTemplateRequest.Builder | 
optionsToRemove(Collection<OptionSpecification> optionsToRemove)
 A list of configuration options to remove from the configuration set. 
 | 
UpdateConfigurationTemplateRequest.Builder | 
optionsToRemove(Consumer<OptionSpecification.Builder>... optionsToRemove)
 A list of configuration options to remove from the configuration set. 
 | 
UpdateConfigurationTemplateRequest.Builder | 
optionsToRemove(OptionSpecification... optionsToRemove)
 A list of configuration options to remove from the configuration set. 
 | 
UpdateConfigurationTemplateRequest.Builder | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
UpdateConfigurationTemplateRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
UpdateConfigurationTemplateRequest.Builder | 
templateName(String templateName)
 The name of the configuration template to update. 
 | 
buildoverrideConfigurationcopyapplyMutation, buildUpdateConfigurationTemplateRequest.Builder applicationName(String applicationName)
The name of the application associated with the configuration template to update.
 If no application is found with this name, UpdateConfigurationTemplate returns an
 InvalidParameterValue error.
 
applicationName - The name of the application associated with the configuration template to update.
        
        If no application is found with this name, UpdateConfigurationTemplate returns an
        InvalidParameterValue error.
UpdateConfigurationTemplateRequest.Builder templateName(String templateName)
The name of the configuration template to update.
 If no configuration template is found with this name, UpdateConfigurationTemplate returns an
 InvalidParameterValue error.
 
templateName - The name of the configuration template to update.
        
        If no configuration template is found with this name, UpdateConfigurationTemplate returns
        an InvalidParameterValue error.
UpdateConfigurationTemplateRequest.Builder description(String description)
A new description for the configuration.
description - A new description for the configuration.UpdateConfigurationTemplateRequest.Builder optionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of configuration option settings to update with the new specified option value.
optionSettings - A list of configuration option settings to update with the new specified option value.UpdateConfigurationTemplateRequest.Builder optionSettings(ConfigurationOptionSetting... optionSettings)
A list of configuration option settings to update with the new specified option value.
optionSettings - A list of configuration option settings to update with the new specified option value.UpdateConfigurationTemplateRequest.Builder optionSettings(Consumer<ConfigurationOptionSetting.Builder>... optionSettings)
A list of configuration option settings to update with the new specified option value.
This is a convenience that creates an instance of theList.Builder 
 avoiding the need to create one manually via List#builder() .
 When the Consumer completes, List.Builder#build()  is called
 immediately and its result is passed to #optionSettings(List) .optionSettings - a consumer that will call methods on List.Builder #optionSettings(List) UpdateConfigurationTemplateRequest.Builder optionsToRemove(Collection<OptionSpecification> optionsToRemove)
A list of configuration options to remove from the configuration set.
 Constraint: You can remove only UserDefined configuration options.
 
optionsToRemove - A list of configuration options to remove from the configuration set.
        
        Constraint: You can remove only UserDefined configuration options.
UpdateConfigurationTemplateRequest.Builder optionsToRemove(OptionSpecification... optionsToRemove)
A list of configuration options to remove from the configuration set.
 Constraint: You can remove only UserDefined configuration options.
 
optionsToRemove - A list of configuration options to remove from the configuration set.
        
        Constraint: You can remove only UserDefined configuration options.
UpdateConfigurationTemplateRequest.Builder optionsToRemove(Consumer<OptionSpecification.Builder>... optionsToRemove)
A list of configuration options to remove from the configuration set.
 Constraint: You can remove only UserDefined configuration options.
 
List.Builder  avoiding the
 need to create one manually via List#builder() .
 When the Consumer completes, List.Builder#build()  is called immediately
 and its result is passed to #optionsToRemove(List) .optionsToRemove - a consumer that will call methods on List.Builder #optionsToRemove(List) UpdateConfigurationTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateConfigurationTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.