| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
Rule |
Rule.addParametersEntry(String key,
String value)
Add a single Parameters entry
|
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> |
TypedLinkAttributeDefinition.getRules()
Validation rules that are attached to the attribute definition.
|
Map<String,Rule> |
FacetAttributeDefinition.getRules()
Validation rules attached to the attribute definition.
|
| Modifier and Type | Method and Description |
|---|---|
TypedLinkAttributeDefinition |
TypedLinkAttributeDefinition.addRulesEntry(String key,
Rule value)
Add a single Rules entry
|
FacetAttributeDefinition |
FacetAttributeDefinition.addRulesEntry(String key,
Rule value)
Add a single Rules entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypedLinkAttributeDefinition.setRules(Map<String,Rule> rules)
Validation rules that are attached to the attribute definition.
|
void |
FacetAttributeDefinition.setRules(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.
|
FacetAttributeDefinition |
FacetAttributeDefinition.withRules(Map<String,Rule> rules)
Validation rules attached to the attribute definition.
|
Copyright © 2023. All rights reserved.