CopyableBuilder<UpdateObjectAttributesRequest.Builder,UpdateObjectAttributesRequest>
, SdkBuilder<UpdateObjectAttributesRequest.Builder,UpdateObjectAttributesRequest>
public static interface UpdateObjectAttributesRequest.Builder extends CopyableBuilder<UpdateObjectAttributesRequest.Builder,UpdateObjectAttributesRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateObjectAttributesRequest.Builder |
attributeUpdates(Collection<ObjectAttributeUpdate> attributeUpdates) |
The attributes update structure.
|
UpdateObjectAttributesRequest.Builder |
attributeUpdates(ObjectAttributeUpdate... attributeUpdates) |
The attributes update structure.
|
UpdateObjectAttributesRequest.Builder |
directoryArn(String directoryArn) |
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
|
UpdateObjectAttributesRequest.Builder |
objectReference(ObjectReference objectReference) |
The reference that identifies the object.
|
copy
apply, build
UpdateObjectAttributesRequest.Builder directoryArn(String directoryArn)
UpdateObjectAttributesRequest.Builder objectReference(ObjectReference objectReference)
The reference that identifies the object.
objectReference
- The reference that identifies the object.UpdateObjectAttributesRequest.Builder attributeUpdates(Collection<ObjectAttributeUpdate> attributeUpdates)
The attributes update structure.
attributeUpdates
- The attributes update structure.UpdateObjectAttributesRequest.Builder attributeUpdates(ObjectAttributeUpdate... attributeUpdates)
The attributes update structure.
NOTE: This method appends the values to the existing list (if any). Use
#setAttributeUpdates(java.util.Collection)
or #withAttributeUpdates(java.util.Collection)
if
you want to override the existing values.
attributeUpdates
- The attributes update structure.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.