CopyableBuilder<ObjectAttributeAction.Builder,ObjectAttributeAction>, SdkBuilder<ObjectAttributeAction.Builder,ObjectAttributeAction>public static interface ObjectAttributeAction.Builder extends CopyableBuilder<ObjectAttributeAction.Builder,ObjectAttributeAction>
| Modifier and Type | Method | 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. |
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.UpdateActionTypeObjectAttributeAction.Builder objectAttributeActionType(UpdateActionType objectAttributeActionType)
A type that can be either Update or Delete.
objectAttributeActionType - A type that can be either Update or Delete.UpdateActionTypeObjectAttributeAction.Builder objectAttributeUpdateValue(TypedAttributeValue objectAttributeUpdateValue)
The value that you want to update to.
objectAttributeUpdateValue - The value that you want to update to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.