| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory |
|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AttachTypedLinkResponse> |
CloudDirectoryAsyncClient.attachTypedLink(Consumer<AttachTypedLinkRequest.Builder> attachTypedLinkRequest)
Attaches a typed link to a specified source and target object.
|
default AttachTypedLinkResponse |
CloudDirectoryClient.attachTypedLink(Consumer<AttachTypedLinkRequest.Builder> attachTypedLinkRequest)
Attaches a typed link to a specified source and target object.
|
| Modifier and Type | Method and Description |
|---|---|
AttachTypedLinkRequest.Builder |
AttachTypedLinkRequest.Builder.attributes(AttributeNameAndValue... attributes)
A set of attributes that are associated with the typed link.
|
AttachTypedLinkRequest.Builder |
AttachTypedLinkRequest.Builder.attributes(Collection<AttributeNameAndValue> attributes)
A set of attributes that are associated with the typed link.
|
AttachTypedLinkRequest.Builder |
AttachTypedLinkRequest.Builder.attributes(Consumer<AttributeNameAndValue.Builder>... attributes)
A set of attributes that are associated with the typed link.
|
static AttachTypedLinkRequest.Builder |
AttachTypedLinkRequest.builder() |
AttachTypedLinkRequest.Builder |
AttachTypedLinkRequest.Builder.directoryArn(String directoryArn)
The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.
|
AttachTypedLinkRequest.Builder |
AttachTypedLinkRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AttachTypedLinkRequest.Builder |
AttachTypedLinkRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default AttachTypedLinkRequest.Builder |
AttachTypedLinkRequest.Builder.sourceObjectReference(Consumer<ObjectReference.Builder> sourceObjectReference)
Identifies the source object that the typed link will attach to.
|
AttachTypedLinkRequest.Builder |
AttachTypedLinkRequest.Builder.sourceObjectReference(ObjectReference sourceObjectReference)
Identifies the source object that the typed link will attach to.
|
default AttachTypedLinkRequest.Builder |
AttachTypedLinkRequest.Builder.targetObjectReference(Consumer<ObjectReference.Builder> targetObjectReference)
Identifies the target object that the typed link will attach to.
|
AttachTypedLinkRequest.Builder |
AttachTypedLinkRequest.Builder.targetObjectReference(ObjectReference targetObjectReference)
Identifies the target object that the typed link will attach to.
|
AttachTypedLinkRequest.Builder |
AttachTypedLinkRequest.toBuilder() |
default AttachTypedLinkRequest.Builder |
AttachTypedLinkRequest.Builder.typedLinkFacet(Consumer<TypedLinkSchemaAndFacetName.Builder> typedLinkFacet)
Identifies the typed link facet that is associated with the typed link.
|
AttachTypedLinkRequest.Builder |
AttachTypedLinkRequest.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 AttachTypedLinkRequest.Builder> |
AttachTypedLinkRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.