| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
TypedLinkAttributeDefinition |
TypedLinkAttributeDefinition.addRulesEntry(String key,
Rule value) |
TypedLinkAttributeDefinition |
TypedLinkAttributeDefinition.clearRulesEntries()
Removes all the entries added into Rules.
|
TypedLinkAttributeDefinition |
TypedLinkAttributeDefinition.clone() |
TypedLinkAttributeDefinition |
TypedLinkFacetAttributeUpdate.getAttribute()
The attribute to update.
|
TypedLinkAttributeDefinition |
TypedLinkAttributeDefinition.withDefaultValue(TypedAttributeValue defaultValue)
The default value of the attribute (if configured).
|
TypedLinkAttributeDefinition |
TypedLinkAttributeDefinition.withIsImmutable(Boolean isImmutable)
Whether the attribute is mutable or not.
|
TypedLinkAttributeDefinition |
TypedLinkAttributeDefinition.withName(String name)
The unique name of the typed link attribute.
|
TypedLinkAttributeDefinition |
TypedLinkAttributeDefinition.withRequiredBehavior(RequiredAttributeBehavior requiredBehavior)
The required behavior of the
TypedLinkAttributeDefinition. |
TypedLinkAttributeDefinition |
TypedLinkAttributeDefinition.withRequiredBehavior(String requiredBehavior)
The required behavior of the
TypedLinkAttributeDefinition. |
TypedLinkAttributeDefinition |
TypedLinkAttributeDefinition.withRules(Map<String,Rule> rules)
Validation rules that are attached to the attribute definition.
|
TypedLinkAttributeDefinition |
TypedLinkAttributeDefinition.withType(FacetAttributeType type)
The type of the attribute.
|
TypedLinkAttributeDefinition |
TypedLinkAttributeDefinition.withType(String type)
The type of the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<TypedLinkAttributeDefinition> |
TypedLinkFacet.getAttributes()
A set of key-value pairs associated with the typed link.
|
List<TypedLinkAttributeDefinition> |
ListTypedLinkFacetAttributesResult.getAttributes()
An ordered set of attributes associate with the typed link.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypedLinkFacetAttributeUpdate.setAttribute(TypedLinkAttributeDefinition attribute)
The attribute to update.
|
TypedLinkFacetAttributeUpdate |
TypedLinkFacetAttributeUpdate.withAttribute(TypedLinkAttributeDefinition attribute)
The attribute to update.
|
TypedLinkFacet |
TypedLinkFacet.withAttributes(TypedLinkAttributeDefinition... attributes)
A set of key-value pairs associated with the typed link.
|
ListTypedLinkFacetAttributesResult |
ListTypedLinkFacetAttributesResult.withAttributes(TypedLinkAttributeDefinition... attributes)
An ordered set of attributes associate with the typed link.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypedLinkFacet.setAttributes(Collection<TypedLinkAttributeDefinition> attributes)
A set of key-value pairs associated with the typed link.
|
void |
ListTypedLinkFacetAttributesResult.setAttributes(Collection<TypedLinkAttributeDefinition> attributes)
An ordered set of attributes associate with the typed link.
|
TypedLinkFacet |
TypedLinkFacet.withAttributes(Collection<TypedLinkAttributeDefinition> attributes)
A set of key-value pairs associated with the typed link.
|
ListTypedLinkFacetAttributesResult |
ListTypedLinkFacetAttributesResult.withAttributes(Collection<TypedLinkAttributeDefinition> attributes)
An ordered set of attributes associate with the typed link.
|
Copyright © 2020. All rights reserved.