Interface DescribeConfigurationSettingsRequest.Builder

    • Method Detail

      • applicationName

        DescribeConfigurationSettingsRequest.Builder applicationName​(String applicationName)

        The application for the environment or configuration template.

        Parameters:
        applicationName - The application for the environment or configuration template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • templateName

        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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environmentName

        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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.