Interface BatchItemError.Builder

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

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

    • code

      The error code associated with the batch request error.

      Parameters:
      code - The error code associated with the batch request error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • code

      The error code associated with the batch request error.

      Parameters:
      code - The error code associated with the batch request error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • message

      BatchItemError.Builder message(String message)

      A message with the reason for the batch request error.

      Parameters:
      message - A message with the reason for the batch request error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.