CopyableBuilder<DescribeReceiptRuleSetResponse.Builder,DescribeReceiptRuleSetResponse>, SdkBuilder<DescribeReceiptRuleSetResponse.Builder,DescribeReceiptRuleSetResponse>public static interface DescribeReceiptRuleSetResponse.Builder extends CopyableBuilder<DescribeReceiptRuleSetResponse.Builder,DescribeReceiptRuleSetResponse>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeReceiptRuleSetResponse.Builder |
metadata(ReceiptRuleSetMetadata metadata) |
The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule
set was created.
|
DescribeReceiptRuleSetResponse.Builder |
rules(Collection<ReceiptRule> rules) |
A list of the receipt rules that belong to the specified receipt rule set.
|
DescribeReceiptRuleSetResponse.Builder |
rules(ReceiptRule... rules) |
A list of the receipt rules that belong to the specified receipt rule set.
|
copyapply, buildDescribeReceiptRuleSetResponse.Builder metadata(ReceiptRuleSetMetadata metadata)
The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.
metadata - The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when
the rule set was created.DescribeReceiptRuleSetResponse.Builder rules(Collection<ReceiptRule> rules)
A list of the receipt rules that belong to the specified receipt rule set.
rules - A list of the receipt rules that belong to the specified receipt rule set.DescribeReceiptRuleSetResponse.Builder rules(ReceiptRule... rules)
A list of the receipt rules that belong to the specified receipt rule set.
NOTE: This method appends the values to the existing list (if any). Use
#setRules(java.util.Collection) or #withRules(java.util.Collection) if you want to override
the existing values.
rules - A list of the receipt rules that belong to the specified receipt rule set.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.