public static interface ValidateConfigurationSettingsRequest.Builder extends ElasticBeanstalkRequest.Builder, SdkPojo, CopyableBuilder<ValidateConfigurationSettingsRequest.Builder,ValidateConfigurationSettingsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildValidateConfigurationSettingsRequest.Builder applicationName(String applicationName)
The name of the application that the configuration template or environment belongs to.
applicationName - The name of the application that the configuration template or environment belongs to.ValidateConfigurationSettingsRequest.Builder templateName(String templateName)
The name of the configuration template to validate the settings against.
Condition: You cannot specify both this and an environment name.
templateName - The name of the configuration template to validate the settings against.
Condition: You cannot specify both this and an environment name.
ValidateConfigurationSettingsRequest.Builder environmentName(String environmentName)
The name of the environment to validate the settings against.
Condition: You cannot specify both this and a configuration template name.
environmentName - The name of the environment to validate the settings against.
Condition: You cannot specify both this and a configuration template name.
ValidateConfigurationSettingsRequest.Builder optionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of the options and desired values to evaluate.
optionSettings - A list of the options and desired values to evaluate.ValidateConfigurationSettingsRequest.Builder optionSettings(ConfigurationOptionSetting... optionSettings)
A list of the options and desired values to evaluate.
optionSettings - A list of the options and desired values to evaluate.ValidateConfigurationSettingsRequest.Builder optionSettings(Consumer<ConfigurationOptionSetting.Builder>... optionSettings)
A list of the options and desired values to evaluate.
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) ValidateConfigurationSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderValidateConfigurationSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.