public static interface DescribeReceiptRuleSetResponse.Builder extends SesResponse.Builder, SdkPojo, CopyableBuilder<DescribeReceiptRuleSetResponse.Builder,DescribeReceiptRuleSetResponse>
Modifier and Type | Method and Description |
---|---|
default DescribeReceiptRuleSetResponse.Builder |
metadata(Consumer<ReceiptRuleSetMetadata.Builder> 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 |
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(Consumer<ReceiptRule.Builder>... 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
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.
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.default DescribeReceiptRuleSetResponse.Builder metadata(Consumer<ReceiptRuleSetMetadata.Builder> 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.
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.Builder
metadata(ReceiptRuleSetMetadata)
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.
rules
- A list of the receipt rules that belong to the specified receipt rule set.DescribeReceiptRuleSetResponse.Builder rules(Consumer<ReceiptRule.Builder>... rules)
A list of the receipt rules that belong to the specified receipt 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.