public static interface Rule.Builder extends CopyableBuilder<Rule.Builder,Rule>
Modifier and Type | Method and Description |
---|---|
Rule.Builder |
parameters(Map<String,String> parameters)
The minimum and maximum parameters that are associated with the rule.
|
Rule.Builder |
type(RuleType type)
The type of attribute validation rule.
|
Rule.Builder |
type(String type)
The type of attribute validation rule.
|
copy
applyMutation, build
Rule.Builder type(String type)
The type of attribute validation rule.
Rule.Builder type(RuleType type)
The type of attribute validation rule.
Rule.Builder parameters(Map<String,String> parameters)
The minimum and maximum parameters that are associated with the rule.
parameters
- The minimum and maximum parameters that are associated with the rule.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.