Interface FailedItem.Builder

    • Method Detail

      • uri

        FailedItem.Builder uri​(String uri)

        The univeral resource indicator (URI) of the resource that failed.

        Parameters:
        uri - The univeral resource indicator (URI) of the resource that failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reason

        FailedItem.Builder reason​(String reason)

        The reason the resource's association could not be updated.

        Parameters:
        reason - The reason the resource's association could not be updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FailedItemReason, FailedItemReason
      • reason

        FailedItem.Builder reason​(FailedItemReason reason)

        The reason the resource's association could not be updated.

        Parameters:
        reason - The reason the resource's association could not be updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FailedItemReason, FailedItemReason