public static interface DeleteCustomMetadataRequest.Builder extends WorkDocsRequest.Builder, CopyableBuilder<DeleteCustomMetadataRequest.Builder,DeleteCustomMetadataRequest>
| Modifier and Type | Method and 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(Collection<String> keys)
List of properties to remove.
|
DeleteCustomMetadataRequest.Builder |
keys(String... keys)
List of properties to remove.
|
DeleteCustomMetadataRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteCustomMetadataRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
buildoverrideConfigurationcopyapplyMutation, buildDeleteCustomMetadataRequest.Builder authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as in accessing the API using AWS credentials.
authenticationToken - Amazon WorkDocs authentication token. Do not set this field 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.
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.DeleteCustomMetadataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteCustomMetadataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.