| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
LinkAttributeAction.Builder |
LinkAttributeAction.Builder.attributeActionType(String attributeActionType)
A type that can be either
UPDATE_OR_CREATE or DELETE. |
LinkAttributeAction.Builder |
LinkAttributeAction.Builder.attributeActionType(UpdateActionType attributeActionType)
A type that can be either
UPDATE_OR_CREATE or DELETE. |
default LinkAttributeAction.Builder |
LinkAttributeAction.Builder.attributeUpdateValue(Consumer<TypedAttributeValue.Builder> attributeUpdateValue)
The value that you want to update to.
|
LinkAttributeAction.Builder |
LinkAttributeAction.Builder.attributeUpdateValue(TypedAttributeValue attributeUpdateValue)
The value that you want to update to.
|
static LinkAttributeAction.Builder |
LinkAttributeAction.builder() |
LinkAttributeAction.Builder |
LinkAttributeAction.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LinkAttributeAction.Builder> |
LinkAttributeAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default LinkAttributeUpdate.Builder |
LinkAttributeUpdate.Builder.attributeAction(Consumer<LinkAttributeAction.Builder> attributeAction)
The action to perform as part of the attribute update.
|
Copyright © 2022. All rights reserved.