public static interface DeleteCustomMetadataRequest.Builder extends WorkDocsRequest.Builder, SdkPojo, CopyableBuilder<DeleteCustomMetadataRequest.Builder,DeleteCustomMetadataRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteCustomMetadataRequest.Builder authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
authenticationToken - Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator
credentials to access the API.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)
overrideConfiguration in interface AwsRequest.BuilderDeleteCustomMetadataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.