| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateLinkAttributes.Builder |
BatchUpdateLinkAttributes.Builder.attributeUpdates(Collection<LinkAttributeUpdate> attributeUpdates)
The attributes update structure.
|
BatchUpdateLinkAttributes.Builder |
BatchUpdateLinkAttributes.Builder.attributeUpdates(Consumer<LinkAttributeUpdate.Builder>... attributeUpdates)
The attributes update structure.
|
BatchUpdateLinkAttributes.Builder |
BatchUpdateLinkAttributes.Builder.attributeUpdates(LinkAttributeUpdate... attributeUpdates)
The attributes update structure.
|
static BatchUpdateLinkAttributes.Builder |
BatchUpdateLinkAttributes.builder() |
BatchUpdateLinkAttributes.Builder |
BatchUpdateLinkAttributes.toBuilder() |
default BatchUpdateLinkAttributes.Builder |
BatchUpdateLinkAttributes.Builder.typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
|
BatchUpdateLinkAttributes.Builder |
BatchUpdateLinkAttributes.Builder.typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchUpdateLinkAttributes.Builder> |
BatchUpdateLinkAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BatchWriteOperation.Builder |
BatchWriteOperation.Builder.updateLinkAttributes(Consumer<BatchUpdateLinkAttributes.Builder> updateLinkAttributes)
Updates a given object's attributes.
|
Copyright © 2022. All rights reserved.