public static interface UpdateReceiptRuleRequest.Builder extends SesRequest.Builder, SdkPojo, CopyableBuilder<UpdateReceiptRuleRequest.Builder,UpdateReceiptRuleRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateReceiptRuleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateReceiptRuleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateReceiptRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.