CopyableBuilder<Rule.Builder,Rule>
, SdkBuilder<Rule.Builder,Rule>
public static interface Rule.Builder extends CopyableBuilder<Rule.Builder,Rule>
Modifier and Type | Method | Description |
---|---|---|
Rule.Builder |
parameters(Map<String,String> parameters) |
The minimum and maximum parameters that are associated with the rule.
|
Rule.Builder |
type(String type) |
The type of attribute validation rule.
|
Rule.Builder |
type(RuleType type) |
The type of attribute validation rule.
|
copy
apply, build
Rule.Builder type(String type)
The type of attribute validation rule.
type
- The type of attribute validation rule.RuleType
Rule.Builder type(RuleType type)
The type of attribute validation rule.
type
- The type of attribute validation rule.RuleType
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.