public static interface UpdateConfigurationTemplateRequest.Builder extends ElasticBeanstalkRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateConfigurationTemplateRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateConfigurationTemplateRequest.Builder |
templateName(String templateName)
The name of the configuration template to update.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateConfigurationTemplateRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.