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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
SetReceiptRulePositionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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
overrideConfiguration
copy
applyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.SetReceiptRulePositionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.