Interface EnvironmentState.Builder

  • Method Details

    • spec

      The environment spec that was used to create the environment.

      Parameters:
      spec - The environment spec that was used to create the environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templateMajorVersion

      EnvironmentState.Builder templateMajorVersion(String templateMajorVersion)

      The major version of the environment template that was used to create the environment.

      Parameters:
      templateMajorVersion - The major version of the environment template that was used to create the environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templateMinorVersion

      EnvironmentState.Builder templateMinorVersion(String templateMinorVersion)

      The minor version of the environment template that was used to create the environment.

      Parameters:
      templateMinorVersion - The minor version of the environment template that was used to create the environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templateName

      EnvironmentState.Builder templateName(String templateName)

      The name of the environment template that was used to create the environment.

      Parameters:
      templateName - The name of the environment template that was used to create the environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.