Interface DeleteMessageBatchRequestEntry.Builder

    • Method Detail

      • id

        DeleteMessageBatchRequestEntry.Builder id​(String id)

        The identifier for this particular receipt handle. This is used to communicate the result.

        The Ids of a batch request need to be unique within a request.

        This identifier can have up to 80 characters. The following characters are accepted: alphanumeric characters, hyphens(-), and underscores (_).

        Parameters:
        id - The identifier for this particular receipt handle. This is used to communicate the result.

        The Ids of a batch request need to be unique within a request.

        This identifier can have up to 80 characters. The following characters are accepted: alphanumeric characters, hyphens(-), and underscores (_).

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • receiptHandle

        DeleteMessageBatchRequestEntry.Builder receiptHandle​(String receiptHandle)

        A receipt handle.

        Parameters:
        receiptHandle - A receipt handle.
        Returns:
        Returns a reference to this object so that method calls can be chained together.