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