public static interface SetReceiptRulePositionRequest.Builder extends SesRequest.Builder, SdkPojo, 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) |
SetReceiptRulePositionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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
equalsBySdkFields, sdkFields
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)
overrideConfiguration
in interface AwsRequest.Builder
SetReceiptRulePositionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.