public static interface ObjectAttributeAction.Builder extends CopyableBuilder<ObjectAttributeAction.Builder,ObjectAttributeAction>
| Modifier and Type | Method and Description |
|---|---|
ObjectAttributeAction.Builder |
objectAttributeActionType(String objectAttributeActionType)
A type that can be either
Update or Delete. |
ObjectAttributeAction.Builder |
objectAttributeActionType(UpdateActionType objectAttributeActionType)
A type that can be either
Update or Delete. |
default ObjectAttributeAction.Builder |
objectAttributeUpdateValue(Consumer<TypedAttributeValue.Builder> objectAttributeUpdateValue)
The value that you want to update to.
|
ObjectAttributeAction.Builder |
objectAttributeUpdateValue(TypedAttributeValue objectAttributeUpdateValue)
The value that you want to update to.
|
copyapply, buildObjectAttributeAction.Builder objectAttributeActionType(String objectAttributeActionType)
A type that can be either Update or Delete.
objectAttributeActionType - A type that can be either Update or Delete.UpdateActionType,
UpdateActionTypeObjectAttributeAction.Builder objectAttributeActionType(UpdateActionType objectAttributeActionType)
A type that can be either Update or Delete.
objectAttributeActionType - A type that can be either Update or Delete.UpdateActionType,
UpdateActionTypeObjectAttributeAction.Builder objectAttributeUpdateValue(TypedAttributeValue objectAttributeUpdateValue)
The value that you want to update to.
objectAttributeUpdateValue - The value that you want to update to.default ObjectAttributeAction.Builder objectAttributeUpdateValue(Consumer<TypedAttributeValue.Builder> objectAttributeUpdateValue)
The value that you want to update to.
This is a convenience that creates an instance of theTypedAttributeValue.Builder avoiding the need
to create one manually via TypedAttributeValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to objectAttributeUpdateValue(TypedAttributeValue).objectAttributeUpdateValue - a consumer that will call methods on TypedAttributeValue.BuilderobjectAttributeUpdateValue(TypedAttributeValue)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.