public static interface DescribeConfigurationSettingsRequest.Builder extends ElasticBeanstalkRequest.Builder, CopyableBuilder<DescribeConfigurationSettingsRequest.Builder,DescribeConfigurationSettingsRequest>
Modifier and Type | Method and Description |
---|---|
DescribeConfigurationSettingsRequest.Builder |
applicationName(String applicationName)
The application for the environment or configuration template.
|
DescribeConfigurationSettingsRequest.Builder |
environmentName(String environmentName)
The name of the environment to describe.
|
DescribeConfigurationSettingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeConfigurationSettingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeConfigurationSettingsRequest.Builder |
templateName(String templateName)
The name of the configuration template to describe.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeConfigurationSettingsRequest.Builder applicationName(String applicationName)
The application for the environment or configuration template.
applicationName
- The application for the environment or configuration template.DescribeConfigurationSettingsRequest.Builder templateName(String templateName)
The name of the configuration template to describe.
Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you specify both,
AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify
either, AWS Elastic Beanstalk returns a MissingRequiredParameter
error.
templateName
- The name of the configuration template to describe.
Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you
specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you
do not specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter
error.
DescribeConfigurationSettingsRequest.Builder environmentName(String environmentName)
The name of the environment to describe.
Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic
Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS
Elastic Beanstalk returns MissingRequiredParameter
error.
environmentName
- The name of the environment to describe.
Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS
Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify
either, AWS Elastic Beanstalk returns MissingRequiredParameter
error.
DescribeConfigurationSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeConfigurationSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.