Interface ResourceConflict.Builder

  • Method Details

    • resourceId

      ResourceConflict.Builder resourceId(String resourceId)

      The unique identifier of the resource involved in a conflict.

      Parameters:
      resourceId - The unique identifier of the resource involved in a conflict.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceType

      ResourceConflict.Builder resourceType(String resourceType)

      The type of the resource involved in a conflict.

      Parameters:
      resourceType - The type of the resource involved in a conflict.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resourceType

      ResourceConflict.Builder resourceType(ResourceType resourceType)

      The type of the resource involved in a conflict.

      Parameters:
      resourceType - The type of the resource involved in a conflict.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: