Interface ListReceiptRuleSetsResponse.Builder

    • Method Detail

      • ruleSets

        ListReceiptRuleSetsResponse.Builder ruleSets​(Collection<ReceiptRuleSetMetadata> ruleSets)

        The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

        Parameters:
        ruleSets - The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ruleSets

        ListReceiptRuleSetsResponse.Builder ruleSets​(ReceiptRuleSetMetadata... ruleSets)

        The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

        Parameters:
        ruleSets - The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListReceiptRuleSetsResponse.Builder nextToken​(String nextToken)

        A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

        Parameters:
        nextToken - A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.