public static interface GetDocumentPathRequest.Builder extends WorkDocsRequest.Builder, CopyableBuilder<GetDocumentPathRequest.Builder,GetDocumentPathRequest>
| Modifier and Type | Method and Description |
|---|---|
GetDocumentPathRequest.Builder |
authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
GetDocumentPathRequest.Builder |
documentId(String documentId)
The ID of the document.
|
GetDocumentPathRequest.Builder |
fields(String fields)
A comma-separated list of values.
|
GetDocumentPathRequest.Builder |
limit(Integer limit)
The maximum number of levels in the hierarchy to return.
|
GetDocumentPathRequest.Builder |
marker(String marker)
This value is not supported.
|
GetDocumentPathRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetDocumentPathRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildGetDocumentPathRequest.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.GetDocumentPathRequest.Builder documentId(String documentId)
The ID of the document.
documentId - The ID of the document.GetDocumentPathRequest.Builder limit(Integer limit)
The maximum number of levels in the hierarchy to return.
limit - The maximum number of levels in the hierarchy to return.GetDocumentPathRequest.Builder fields(String fields)
A comma-separated list of values. Specify NAME to include the names of the parent folders.
fields - A comma-separated list of values. Specify NAME to include the names of the parent
folders.GetDocumentPathRequest.Builder marker(String marker)
This value is not supported.
marker - This value is not supported.GetDocumentPathRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.GetDocumentPathRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.