public static interface RulePriorityPair.Builder extends CopyableBuilder<RulePriorityPair.Builder,RulePriorityPair>
Modifier and Type | Method and Description |
---|---|
RulePriorityPair.Builder |
priority(Integer priority)
The rule priority.
|
RulePriorityPair.Builder |
ruleArn(String ruleArn)
The Amazon Resource Name (ARN) of the rule.
|
copy
applyMutation, build
RulePriorityPair.Builder ruleArn(String ruleArn)
The Amazon Resource Name (ARN) of the rule.
ruleArn
- The Amazon Resource Name (ARN) of the rule.RulePriorityPair.Builder priority(Integer priority)
The rule priority.
priority
- The rule priority.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.