public static interface UpdateConfigurationTemplateRequest.Builder extends ElasticBeanstalkRequest.Builder, SdkPojo, CopyableBuilder<UpdateConfigurationTemplateRequest.Builder,UpdateConfigurationTemplateRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theConfigurationOptionSetting.Builder avoiding
the need to create one manually via
ConfigurationOptionSetting.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #optionSettings(List.
optionSettings - a consumer that will call methods on
ConfigurationOptionSetting.Builder#optionSettings(java.util.Collection) 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.
OptionSpecification.Builder avoiding the need
to create one manually via
OptionSpecification.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #optionsToRemove(List.
optionsToRemove - a consumer that will call methods on
OptionSpecification.Builder#optionsToRemove(java.util.Collection) UpdateConfigurationTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateConfigurationTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.