CopyableBuilder<ReorderReceiptRuleSetRequest.Builder,ReorderReceiptRuleSetRequest>
, SdkBuilder<ReorderReceiptRuleSetRequest.Builder,ReorderReceiptRuleSetRequest>
public static interface ReorderReceiptRuleSetRequest.Builder extends CopyableBuilder<ReorderReceiptRuleSetRequest.Builder,ReorderReceiptRuleSetRequest>
Modifier and Type | Method | Description |
---|---|---|
ReorderReceiptRuleSetRequest.Builder |
ruleNames(String... ruleNames) |
A list of the specified receipt rule set's receipt rules in the order that you want to put them.
|
ReorderReceiptRuleSetRequest.Builder |
ruleNames(Collection<String> ruleNames) |
A list of the specified receipt rule set's receipt rules in the order that you want to put them.
|
ReorderReceiptRuleSetRequest.Builder |
ruleSetName(String ruleSetName) |
The name of the receipt rule set to reorder.
|
copy
apply, build
ReorderReceiptRuleSetRequest.Builder ruleSetName(String ruleSetName)
The name of the receipt rule set to reorder.
ruleSetName
- The name of the receipt rule set to reorder.ReorderReceiptRuleSetRequest.Builder ruleNames(Collection<String> ruleNames)
A list of the specified receipt rule set's receipt rules in the order that you want to put them.
ruleNames
- A list of the specified receipt rule set's receipt rules in the order that you want to put them.ReorderReceiptRuleSetRequest.Builder ruleNames(String... ruleNames)
A list of the specified receipt rule set's receipt rules in the order that you want to put them.
NOTE: This method appends the values to the existing list (if any). Use
#setRuleNames(java.util.Collection)
or #withRuleNames(java.util.Collection)
if you want to
override the existing values.
ruleNames
- A list of the specified receipt rule set's receipt rules in the order that you want to put them.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.