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 |
optionsToRemove(Collection<OptionSpecification> 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 |
templateName(String templateName)
The name of the configuration template to update.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.