Interface EnvironmentConfigurationParameter.Builder

    • Method Detail

      • isEditable

        EnvironmentConfigurationParameter.Builder isEditable​(Boolean 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

        EnvironmentConfigurationParameter.Builder name​(String 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

        EnvironmentConfigurationParameter.Builder value​(String 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.