CopyableBuilder<ObjectAttributeUpdate.Builder,ObjectAttributeUpdate>
, SdkBuilder<ObjectAttributeUpdate.Builder,ObjectAttributeUpdate>
public static interface ObjectAttributeUpdate.Builder extends CopyableBuilder<ObjectAttributeUpdate.Builder,ObjectAttributeUpdate>
Modifier and Type | Method | Description |
---|---|---|
ObjectAttributeUpdate.Builder |
objectAttributeAction(ObjectAttributeAction objectAttributeAction) |
The action to perform as part of the attribute update.
|
ObjectAttributeUpdate.Builder |
objectAttributeKey(AttributeKey objectAttributeKey) |
The key of the attribute being updated.
|
copy
apply, build
ObjectAttributeUpdate.Builder objectAttributeKey(AttributeKey objectAttributeKey)
The key of the attribute being updated.
objectAttributeKey
- The key of the attribute being updated.ObjectAttributeUpdate.Builder objectAttributeAction(ObjectAttributeAction objectAttributeAction)
The action to perform as part of the attribute update.
objectAttributeAction
- The action to perform as part of the attribute update.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.