Interface Status.Builder

    • Method Detail

      • state

        Status.Builder state​(String state)

        The current state of the entity, component, component type, or workspace.

        Parameters:
        state - The current state of the entity, component, component type, or workspace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        State, State
      • state

        Status.Builder state​(State state)

        The current state of the entity, component, component type, or workspace.

        Parameters:
        state - The current state of the entity, component, component type, or workspace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        State, State
      • error

        Status.Builder error​(ErrorDetails error)

        The error message.

        Parameters:
        error - The error message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.