public static interface ListReceiptRuleSetsResponse.Builder extends SesResponse.Builder, SdkPojo, CopyableBuilder<ListReceiptRuleSetsResponse.Builder,ListReceiptRuleSetsResponse>
Modifier and Type | Method and 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(Consumer<ReceiptRuleSetMetadata.Builder>... ruleSets)
The metadata for the currently active receipt rule set.
|
ListReceiptRuleSetsResponse.Builder |
ruleSets(ReceiptRuleSetMetadata... ruleSets)
The metadata for the currently active receipt rule set.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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.
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(Consumer<ReceiptRuleSetMetadata.Builder>... 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.
This is a convenience that creates an instance of theList.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #ruleSets(List)
.ruleSets
- a consumer that will call methods on List.Builder
#ruleSets(List)
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 © 2019. All rights reserved.