public static interface DescribeActiveReceiptRuleSetResponse.Builder extends SESResponse.Builder, CopyableBuilder<DescribeActiveReceiptRuleSetResponse.Builder,DescribeActiveReceiptRuleSetResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeActiveReceiptRuleSetResponse.Builder |
metadata(Consumer<ReceiptRuleSetMetadata.Builder> metadata)
The metadata for the currently active receipt rule set.
|
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(Consumer<ReceiptRule.Builder>... 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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.default DescribeActiveReceiptRuleSetResponse.Builder metadata(Consumer<ReceiptRuleSetMetadata.Builder> 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.
This is a convenience that creates an instance of theReceiptRuleSetMetadata.Builder avoiding the
need to create one manually via ReceiptRuleSetMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to metadata(ReceiptRuleSetMetadata).metadata - a consumer that will call methods on ReceiptRuleSetMetadata.Buildermetadata(ReceiptRuleSetMetadata)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.
rules - The receipt rules that belong to the active rule set.DescribeActiveReceiptRuleSetResponse.Builder rules(Consumer<ReceiptRule.Builder>... rules)
The receipt rules that belong to the active rule set.
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 #rules(List) .rules - a consumer that will call methods on List.Builder #rules(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.