CopyableBuilder<DescribeActiveReceiptRuleSetResponse.Builder,DescribeActiveReceiptRuleSetResponse>, SdkBuilder<DescribeActiveReceiptRuleSetResponse.Builder,DescribeActiveReceiptRuleSetResponse>public static interface DescribeActiveReceiptRuleSetResponse.Builder extends CopyableBuilder<DescribeActiveReceiptRuleSetResponse.Builder,DescribeActiveReceiptRuleSetResponse>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeActiveReceiptRuleSetResponse.Builder |
metadata(ReceiptRuleSetMetadata metadata) |
The metadata for the currently active receipt rule set.
|
DescribeActiveReceiptRuleSetResponse.Builder |
rules(Collection<ReceiptRule> rules) |
The receipt rules that belong to the active rule set.
|
DescribeActiveReceiptRuleSetResponse.Builder |
rules(ReceiptRule... rules) |
The receipt rules that belong to the active rule set.
|
copyapply, buildDescribeActiveReceiptRuleSetResponse.Builder metadata(ReceiptRuleSetMetadata metadata)
The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.
metadata - The metadata for the currently active receipt rule set. The metadata consists of the rule set name and
a timestamp of when the rule set was created.DescribeActiveReceiptRuleSetResponse.Builder rules(Collection<ReceiptRule> rules)
The receipt rules that belong to the active rule set.
rules - The receipt rules that belong to the active rule set.DescribeActiveReceiptRuleSetResponse.Builder rules(ReceiptRule... rules)
The receipt rules that belong to the active 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 - The receipt rules that belong to the active rule set.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.