Interface AwsElasticBeanstalkEnvironmentOptionSetting.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AwsElasticBeanstalkEnvironmentOptionSetting.Builder,AwsElasticBeanstalkEnvironmentOptionSetting>, SdkBuilder<AwsElasticBeanstalkEnvironmentOptionSetting.Builder,AwsElasticBeanstalkEnvironmentOptionSetting>, SdkPojo
Enclosing class:
AwsElasticBeanstalkEnvironmentOptionSetting

public static interface AwsElasticBeanstalkEnvironmentOptionSetting.Builder extends SdkPojo, CopyableBuilder<AwsElasticBeanstalkEnvironmentOptionSetting.Builder,AwsElasticBeanstalkEnvironmentOptionSetting>
  • Method Details

    • namespace

      The type of resource that the configuration option is associated with.

      Parameters:
      namespace - The type of resource that the configuration option is associated with.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • optionName

      The name of the option.

      Parameters:
      optionName - The name of the option.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceName

      The name of the resource.

      Parameters:
      resourceName - The name of the resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The value of the configuration setting.

      Parameters:
      value - The value of the configuration setting.
      Returns:
      Returns a reference to this object so that method calls can be chained together.