| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory |
|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateLinkAttributesResponse> |
CloudDirectoryAsyncClient.updateLinkAttributes(Consumer<UpdateLinkAttributesRequest.Builder> updateLinkAttributesRequest)
Updates a given typed link’s attributes.
|
default UpdateLinkAttributesResponse |
CloudDirectoryClient.updateLinkAttributes(Consumer<UpdateLinkAttributesRequest.Builder> updateLinkAttributesRequest)
Updates a given typed link’s attributes.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLinkAttributesRequest.Builder |
UpdateLinkAttributesRequest.Builder.attributeUpdates(Collection<LinkAttributeUpdate> attributeUpdates)
The attributes update structure.
|
UpdateLinkAttributesRequest.Builder |
UpdateLinkAttributesRequest.Builder.attributeUpdates(Consumer<LinkAttributeUpdate.Builder>... attributeUpdates)
The attributes update structure.
|
UpdateLinkAttributesRequest.Builder |
UpdateLinkAttributesRequest.Builder.attributeUpdates(LinkAttributeUpdate... attributeUpdates)
The attributes update structure.
|
static UpdateLinkAttributesRequest.Builder |
UpdateLinkAttributesRequest.builder() |
UpdateLinkAttributesRequest.Builder |
UpdateLinkAttributesRequest.Builder.directoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides.
|
UpdateLinkAttributesRequest.Builder |
UpdateLinkAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateLinkAttributesRequest.Builder |
UpdateLinkAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateLinkAttributesRequest.Builder |
UpdateLinkAttributesRequest.toBuilder() |
default UpdateLinkAttributesRequest.Builder |
UpdateLinkAttributesRequest.Builder.typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
|
UpdateLinkAttributesRequest.Builder |
UpdateLinkAttributesRequest.Builder.typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateLinkAttributesRequest.Builder> |
UpdateLinkAttributesRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.