Interface UpdateEntityResponse.Builder

    • Method Detail

      • updateDateTime

        UpdateEntityResponse.Builder updateDateTime​(Instant updateDateTime)

        The date and time when the entity was last updated.

        Parameters:
        updateDateTime - The date and time when the entity was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • state

        UpdateEntityResponse.Builder state​(String state)

        The current state of the entity update.

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

        UpdateEntityResponse.Builder state​(State state)

        The current state of the entity update.

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