Class EnvironmentVariableSetupTypeProperties


  • public final class EnvironmentVariableSetupTypeProperties
    extends Object
    Environment variable custom setup type properties.
    • Constructor Detail

      • EnvironmentVariableSetupTypeProperties

        public EnvironmentVariableSetupTypeProperties()
    • Method Detail

      • variableName

        public String variableName()
        Get the variableName property: The name of the environment variable.
        Returns:
        the variableName value.
      • withVariableName

        public EnvironmentVariableSetupTypeProperties withVariableName​(String variableName)
        Set the variableName property: The name of the environment variable.
        Parameters:
        variableName - the variableName value to set.
        Returns:
        the EnvironmentVariableSetupTypeProperties object itself.
      • variableValue

        public String variableValue()
        Get the variableValue property: The value of the environment variable.
        Returns:
        the variableValue value.
      • withVariableValue

        public EnvironmentVariableSetupTypeProperties withVariableValue​(String variableValue)
        Set the variableValue property: The value of the environment variable.
        Parameters:
        variableValue - the variableValue value to set.
        Returns:
        the EnvironmentVariableSetupTypeProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.