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.
|
build
requestOverrideConfig
copy
apply, build
SetReceiptRulePositionRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.SetReceiptRulePositionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.