CopyableBuilder<CreateCustomMetadataRequest.Builder,CreateCustomMetadataRequest>
, SdkBuilder<CreateCustomMetadataRequest.Builder,CreateCustomMetadataRequest>
public static interface CreateCustomMetadataRequest.Builder extends CopyableBuilder<CreateCustomMetadataRequest.Builder,CreateCustomMetadataRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateCustomMetadataRequest.Builder |
authenticationToken(String authenticationToken) |
Amazon WorkDocs authentication token.
|
CreateCustomMetadataRequest.Builder |
customMetadata(Map<String,String> customMetadata) |
Custom metadata in the form of name-value pairs.
|
CreateCustomMetadataRequest.Builder |
resourceId(String resourceId) |
The ID of the resource.
|
CreateCustomMetadataRequest.Builder |
versionId(String versionId) |
The ID of the version, if the custom metadata is being added to a document version.
|
copy
apply, build
CreateCustomMetadataRequest.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.CreateCustomMetadataRequest.Builder resourceId(String resourceId)
The ID of the resource.
resourceId
- The ID of the resource.CreateCustomMetadataRequest.Builder versionId(String versionId)
The ID of the version, if the custom metadata is being added to a document version.
versionId
- The ID of the version, if the custom metadata is being added to a document version.CreateCustomMetadataRequest.Builder customMetadata(Map<String,String> customMetadata)
Custom metadata in the form of name-value pairs.
customMetadata
- Custom metadata in the form of name-value pairs.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.