public static interface SetReceiptRulePositionRequest.Builder extends SESRequest.Builder, CopyableBuilder<SetReceiptRulePositionRequest.Builder,SetReceiptRulePositionRequest>
| Modifier and Type | Method and Description |
|---|---|
SetReceiptRulePositionRequest.Builder |
after(String after)
The name of the receipt rule after which to place the specified receipt rule.
|
SetReceiptRulePositionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
SetReceiptRulePositionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
SetReceiptRulePositionRequest.Builder |
ruleName(String ruleName)
The name of the receipt rule to reposition.
|
SetReceiptRulePositionRequest.Builder |
ruleSetName(String ruleSetName)
The name of the receipt rule set that contains the receipt rule to reposition.
|
buildrequestOverrideConfigcopyapply, buildSetReceiptRulePositionRequest.Builder ruleSetName(String ruleSetName)
The name of the receipt rule set that contains the receipt rule to reposition.
ruleSetName - The name of the receipt rule set that contains the receipt rule to reposition.SetReceiptRulePositionRequest.Builder ruleName(String ruleName)
The name of the receipt rule to reposition.
ruleName - The name of the receipt rule to reposition.SetReceiptRulePositionRequest.Builder after(String after)
The name of the receipt rule after which to place the specified receipt rule.
after - The name of the receipt rule after which to place the specified receipt rule.SetReceiptRulePositionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.SetReceiptRulePositionRequest.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.