Interface FailedItem.Builder

All Superinterfaces:
Buildable, CopyableBuilder<FailedItem.Builder,FailedItem>, SdkBuilder<FailedItem.Builder,FailedItem>, SdkPojo
Enclosing class:
FailedItem

public static interface FailedItem.Builder extends SdkPojo, CopyableBuilder<FailedItem.Builder,FailedItem>
  • Method Details

    • 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:
    • 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: