CopyableBuilder<UpdateConfigurationTemplateRequest.Builder,UpdateConfigurationTemplateRequest>
, SdkBuilder<UpdateConfigurationTemplateRequest.Builder,UpdateConfigurationTemplateRequest>
public static interface UpdateConfigurationTemplateRequest.Builder extends CopyableBuilder<UpdateConfigurationTemplateRequest.Builder,UpdateConfigurationTemplateRequest>
Modifier and Type | Method | 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 |
templateName(String templateName) |
The name of the configuration template to update.
|
copy
apply, build
UpdateConfigurationTemplateRequest.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.
NOTE: This method appends the values to the existing list (if any). Use
#setOptionSettings(java.util.Collection)
or #withOptionSettings(java.util.Collection)
if you
want to override the existing values.
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.
NOTE: This method appends the values to the existing list (if any). Use
#setOptionsToRemove(java.util.Collection)
or #withOptionsToRemove(java.util.Collection)
if
you want to override the existing values.
optionsToRemove
- A list of configuration options to remove from the configuration set.
Constraint: You can remove only UserDefined
configuration options.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.