Interface DescribeConfigurationSettingsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<DescribeConfigurationSettingsRequest.Builder,DescribeConfigurationSettingsRequest>, ElasticBeanstalkRequest.Builder, SdkBuilder<DescribeConfigurationSettingsRequest.Builder,DescribeConfigurationSettingsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DescribeConfigurationSettingsRequest

  • Method Details

    • 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

      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.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.