Interface EnvironmentConfigurationParameter.Builder

  • Method Details

    • isEditable

      Specifies whether the environment parameter is editable.

      Parameters:
      isEditable - Specifies whether the environment parameter is editable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the environment configuration parameter.

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

      The value of the environment configuration parameter.

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