Interface EnvironmentParameter.Builder

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

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

    • name

      The name of an environment profile parameter.

      Parameters:
      name - The name of an environment profile parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The value of an environment profile parameter.

      Parameters:
      value - The value of an environment profile parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.