Interface CancellationReason.Builder

    • Method Detail

      • item

        CancellationReason.Builder item​(Map<String,​AttributeValue> item)

        Item in the request which caused the transaction to get cancelled.

        Parameters:
        item - Item in the request which caused the transaction to get cancelled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • code

        CancellationReason.Builder code​(String code)

        Status code for the result of the cancelled transaction.

        Parameters:
        code - Status code for the result of the cancelled transaction.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • message

        CancellationReason.Builder message​(String message)

        Cancellation reason message description.

        Parameters:
        message - Cancellation reason message description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.