public static interface UpdateReceiptRuleRequest.Builder extends SESRequest.Builder, CopyableBuilder<UpdateReceiptRuleRequest.Builder,UpdateReceiptRuleRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateReceiptRuleRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateReceiptRuleRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
default UpdateReceiptRuleRequest.Builder |
rule(Consumer<ReceiptRule.Builder> rule)
A data structure that contains the updated receipt rule information.
|
UpdateReceiptRuleRequest.Builder |
rule(ReceiptRule rule)
A data structure that contains the updated receipt rule information.
|
UpdateReceiptRuleRequest.Builder |
ruleSetName(String ruleSetName)
The name of the receipt rule set that the receipt rule belongs to.
|
buildrequestOverrideConfigcopyapply, buildUpdateReceiptRuleRequest.Builder ruleSetName(String ruleSetName)
The name of the receipt rule set that the receipt rule belongs to.
ruleSetName - The name of the receipt rule set that the receipt rule belongs to.UpdateReceiptRuleRequest.Builder rule(ReceiptRule rule)
A data structure that contains the updated receipt rule information.
rule - A data structure that contains the updated receipt rule information.default UpdateReceiptRuleRequest.Builder rule(Consumer<ReceiptRule.Builder> rule)
A data structure that contains the updated receipt rule information.
This is a convenience that creates an instance of theReceiptRule.Builder avoiding the need to create
one manually via ReceiptRule.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to rule(ReceiptRule).rule - a consumer that will call methods on ReceiptRule.Builderrule(ReceiptRule)UpdateReceiptRuleRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateReceiptRuleRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.