CopyableBuilder<ListReceiptRuleSetsResponse.Builder,ListReceiptRuleSetsResponse>
, SdkBuilder<ListReceiptRuleSetsResponse.Builder,ListReceiptRuleSetsResponse>
public static interface ListReceiptRuleSetsResponse.Builder extends CopyableBuilder<ListReceiptRuleSetsResponse.Builder,ListReceiptRuleSetsResponse>
Modifier and Type | Method | Description |
---|---|---|
ListReceiptRuleSetsResponse.Builder |
nextToken(String nextToken) |
A token indicating that there are additional receipt rule sets available to be listed.
|
ListReceiptRuleSetsResponse.Builder |
ruleSets(Collection<ReceiptRuleSetMetadata> ruleSets) |
The metadata for the currently active receipt rule set.
|
ListReceiptRuleSetsResponse.Builder |
ruleSets(ReceiptRuleSetMetadata... ruleSets) |
The metadata for the currently active receipt rule set.
|
copy
apply, build
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.
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.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.
NOTE: This method appends the values to the existing list (if any). Use
#setRuleSets(java.util.Collection)
or #withRuleSets(java.util.Collection)
if you want to
override the existing values.
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.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.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.