| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
BatchAttachTypedLink.Builder |
BatchAttachTypedLink.Builder.attributes(AttributeNameAndValue... attributes)
A set of attributes that are associated with the typed link.
|
BatchAttachTypedLink.Builder |
BatchAttachTypedLink.Builder.attributes(Collection<AttributeNameAndValue> attributes)
A set of attributes that are associated with the typed link.
|
BatchAttachTypedLink.Builder |
BatchAttachTypedLink.Builder.attributes(Consumer<AttributeNameAndValue.Builder>... attributes)
A set of attributes that are associated with the typed link.
|
static BatchAttachTypedLink.Builder |
BatchAttachTypedLink.builder() |
default BatchAttachTypedLink.Builder |
BatchAttachTypedLink.Builder.sourceObjectReference(Consumer<ObjectReference.Builder> sourceObjectReference)
Identifies the source object that the typed link will attach to.
|
BatchAttachTypedLink.Builder |
BatchAttachTypedLink.Builder.sourceObjectReference(ObjectReference sourceObjectReference)
Identifies the source object that the typed link will attach to.
|
default BatchAttachTypedLink.Builder |
BatchAttachTypedLink.Builder.targetObjectReference(Consumer<ObjectReference.Builder> targetObjectReference)
Identifies the target object that the typed link will attach to.
|
BatchAttachTypedLink.Builder |
BatchAttachTypedLink.Builder.targetObjectReference(ObjectReference targetObjectReference)
Identifies the target object that the typed link will attach to.
|
BatchAttachTypedLink.Builder |
BatchAttachTypedLink.toBuilder() |
default BatchAttachTypedLink.Builder |
BatchAttachTypedLink.Builder.typedLinkFacet(Consumer<TypedLinkSchemaAndFacetName.Builder> typedLinkFacet)
Identifies the typed link facet that is associated with the typed link.
|
BatchAttachTypedLink.Builder |
BatchAttachTypedLink.Builder.typedLinkFacet(TypedLinkSchemaAndFacetName typedLinkFacet)
Identifies the typed link facet that is associated with the typed link.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchAttachTypedLink.Builder> |
BatchAttachTypedLink.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BatchWriteOperation.Builder |
BatchWriteOperation.Builder.attachTypedLink(Consumer<BatchAttachTypedLink.Builder> attachTypedLink)
Attaches a typed link to a specified source and target object.
|
Copyright © 2022. All rights reserved.