| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
TypedLinkFacet.Builder |
TypedLinkFacet.Builder.attributes(Collection<TypedLinkAttributeDefinition> attributes)
A set of key-value pairs associated with the typed link.
|
TypedLinkFacet.Builder |
TypedLinkFacet.Builder.attributes(Consumer<TypedLinkAttributeDefinition.Builder>... attributes)
A set of key-value pairs associated with the typed link.
|
TypedLinkFacet.Builder |
TypedLinkFacet.Builder.attributes(TypedLinkAttributeDefinition... attributes)
A set of key-value pairs associated with the typed link.
|
static TypedLinkFacet.Builder |
TypedLinkFacet.builder() |
TypedLinkFacet.Builder |
TypedLinkFacet.Builder.identityAttributeOrder(Collection<String> identityAttributeOrder)
The set of attributes that distinguish links made from this facet from each other, in the order of
significance.
|
TypedLinkFacet.Builder |
TypedLinkFacet.Builder.identityAttributeOrder(String... identityAttributeOrder)
The set of attributes that distinguish links made from this facet from each other, in the order of
significance.
|
TypedLinkFacet.Builder |
TypedLinkFacet.Builder.name(String name)
The unique name of the typed link facet.
|
TypedLinkFacet.Builder |
TypedLinkFacet.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TypedLinkFacet.Builder> |
TypedLinkFacet.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateTypedLinkFacetRequest.Builder |
CreateTypedLinkFacetRequest.Builder.facet(Consumer<TypedLinkFacet.Builder> facet)
Facet structure that is associated with the typed link facet.
|
Copyright © 2022. All rights reserved.