CopyableBuilder<DescribeConfigurationSettingsRequest.Builder,DescribeConfigurationSettingsRequest>
, SdkBuilder<DescribeConfigurationSettingsRequest.Builder,DescribeConfigurationSettingsRequest>
public static interface DescribeConfigurationSettingsRequest.Builder extends CopyableBuilder<DescribeConfigurationSettingsRequest.Builder,DescribeConfigurationSettingsRequest>
Modifier and Type | Method | 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 |
templateName(String templateName) |
The name of the configuration template to describe.
|
copy
apply, 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.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.