Interface BatchResultErrorEntry.Builder

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

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

    • id

      The Id of an entry in a batch request.

      Parameters:
      id - The Id of an entry in a batch request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • senderFault

      BatchResultErrorEntry.Builder senderFault(Boolean senderFault)

      Specifies whether the error happened due to the caller of the batch API action.

      Parameters:
      senderFault - Specifies whether the error happened due to the caller of the batch API action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • code

      An error code representing why the action failed on this entry.

      Parameters:
      code - An error code representing why the action failed on this entry.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      A message explaining why the action failed on this entry.

      Parameters:
      message - A message explaining why the action failed on this entry.
      Returns:
      Returns a reference to this object so that method calls can be chained together.