public static interface CreateCustomMetadataRequest.Builder extends WorkDocsRequest.Builder, CopyableBuilder<CreateCustomMetadataRequest.Builder,CreateCustomMetadataRequest>
Modifier and Type | Method and 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateCustomMetadataRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
build
requestOverrideConfig
copy
apply, build
CreateCustomMetadataRequest.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.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.CreateCustomMetadataRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.CreateCustomMetadataRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.