| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
Rule |
Rule.addParametersEntry(String key,
String value) |
Rule |
Rule.clearParametersEntries()
Removes all the entries added into Parameters.
|
Rule |
Rule.clone() |
Rule |
Rule.withParameters(Map<String,String> parameters)
The minimum and maximum parameters that are associated with the rule.
|
Rule |
Rule.withType(RuleType type)
The type of attribute validation rule.
|
Rule |
Rule.withType(String type)
The type of attribute validation rule.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Rule> |
FacetAttributeDefinition.getRules()
Validation rules attached to the attribute definition.
|
Map<String,Rule> |
TypedLinkAttributeDefinition.getRules()
Validation rules that are attached to the attribute definition.
|
| Modifier and Type | Method and Description |
|---|---|
FacetAttributeDefinition |
FacetAttributeDefinition.addRulesEntry(String key,
Rule value) |
TypedLinkAttributeDefinition |
TypedLinkAttributeDefinition.addRulesEntry(String key,
Rule value) |
| Modifier and Type | Method and Description |
|---|---|
void |
FacetAttributeDefinition.setRules(Map<String,Rule> rules)
Validation rules attached to the attribute definition.
|
void |
TypedLinkAttributeDefinition.setRules(Map<String,Rule> rules)
Validation rules that are attached to the attribute definition.
|
FacetAttributeDefinition |
FacetAttributeDefinition.withRules(Map<String,Rule> rules)
Validation rules attached to the attribute definition.
|
TypedLinkAttributeDefinition |
TypedLinkAttributeDefinition.withRules(Map<String,Rule> rules)
Validation rules that are attached to the attribute definition.
|
Copyright © 2019. All rights reserved.