CopyableBuilder<DeleteCustomMetadataRequest.Builder,DeleteCustomMetadataRequest>
, SdkBuilder<DeleteCustomMetadataRequest.Builder,DeleteCustomMetadataRequest>
public static interface DeleteCustomMetadataRequest.Builder extends CopyableBuilder<DeleteCustomMetadataRequest.Builder,DeleteCustomMetadataRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteCustomMetadataRequest.Builder |
authenticationToken(String authenticationToken) |
Amazon WorkDocs authentication token.
|
DeleteCustomMetadataRequest.Builder |
deleteAll(Boolean deleteAll) |
Flag to indicate removal of all custom metadata properties from the specified resource.
|
DeleteCustomMetadataRequest.Builder |
keys(String... keys) |
List of properties to remove.
|
DeleteCustomMetadataRequest.Builder |
keys(Collection<String> keys) |
List of properties to remove.
|
DeleteCustomMetadataRequest.Builder |
resourceId(String resourceId) |
The ID of the resource, either a document or folder.
|
DeleteCustomMetadataRequest.Builder |
versionId(String versionId) |
The ID of the version, if the custom metadata is being deleted from a document version.
|
copy
apply, build
DeleteCustomMetadataRequest.Builder authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token. This field should not be set when using administrative API actions, as in accessing the API using AWS credentials.
authenticationToken
- Amazon WorkDocs authentication token. This field should not be set when using administrative API
actions, as in accessing the API using AWS credentials.DeleteCustomMetadataRequest.Builder resourceId(String resourceId)
The ID of the resource, either a document or folder.
resourceId
- The ID of the resource, either a document or folder.DeleteCustomMetadataRequest.Builder versionId(String versionId)
The ID of the version, if the custom metadata is being deleted from a document version.
versionId
- The ID of the version, if the custom metadata is being deleted from a document version.DeleteCustomMetadataRequest.Builder keys(Collection<String> keys)
List of properties to remove.
keys
- List of properties to remove.DeleteCustomMetadataRequest.Builder keys(String... keys)
List of properties to remove.
NOTE: This method appends the values to the existing list (if any). Use
#setKeys(java.util.Collection)
or #withKeys(java.util.Collection)
if you want to override the
existing values.
keys
- List of properties to remove.DeleteCustomMetadataRequest.Builder deleteAll(Boolean deleteAll)
Flag to indicate removal of all custom metadata properties from the specified resource.
deleteAll
- Flag to indicate removal of all custom metadata properties from the specified resource.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.