Interface EksContainerEnvironmentVariable.Builder

    • Method Detail

      • name

        EksContainerEnvironmentVariable.Builder name​(String name)

        The name of the environment variable.

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

        EksContainerEnvironmentVariable.Builder value​(String value)

        The value of the environment variable.

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