Interface EnvironmentVariable.Builder

  • Method Details

    • name

      The environment variable name in the key-value pair.

      Parameters:
      name - The environment variable name in the key-value pair.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The environment variable value in the key-value pair.

      Parameters:
      value - The environment variable value in the key-value pair.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      Specifies the type of use for the environment variable value. The value can be either PLAINTEXT or SECRETS_MANAGER. If the value is SECRETS_MANAGER, provide the Secrets reference in the EnvironmentVariable value.

      Parameters:
      type - Specifies the type of use for the environment variable value. The value can be either PLAINTEXT or SECRETS_MANAGER. If the value is SECRETS_MANAGER, provide the Secrets reference in the EnvironmentVariable value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      Specifies the type of use for the environment variable value. The value can be either PLAINTEXT or SECRETS_MANAGER. If the value is SECRETS_MANAGER, provide the Secrets reference in the EnvironmentVariable value.

      Parameters:
      type - Specifies the type of use for the environment variable value. The value can be either PLAINTEXT or SECRETS_MANAGER. If the value is SECRETS_MANAGER, provide the Secrets reference in the EnvironmentVariable value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: