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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeConfigurationSettingsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeConfigurationSettingsRequest.Builder |
templateName(String templateName)
The name of the configuration template to describe.
|
buildrequestOverrideConfigcopyapply, buildDescribeConfigurationSettingsRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeConfigurationSettingsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.