CopyableBuilder<SetReceiptRulePositionRequest.Builder,SetReceiptRulePositionRequest>
, SdkBuilder<SetReceiptRulePositionRequest.Builder,SetReceiptRulePositionRequest>
public static interface SetReceiptRulePositionRequest.Builder extends CopyableBuilder<SetReceiptRulePositionRequest.Builder,SetReceiptRulePositionRequest>
Modifier and Type | Method | Description |
---|---|---|
SetReceiptRulePositionRequest.Builder |
after(String after) |
The name of the receipt rule after which to place the specified receipt rule.
|
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.
|
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.