Interface InstanceState.Builder

    • Method Detail

      • code

        InstanceState.Builder code​(Integer code)

        The status code for the instance.

        Parameters:
        code - The status code for the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        InstanceState.Builder name​(String name)

        The state of the instance (running or pending).

        Parameters:
        name - The state of the instance (running or pending).
        Returns:
        Returns a reference to this object so that method calls can be chained together.