public static interface GetFolderPathRequest.Builder extends WorkDocsRequest.Builder, CopyableBuilder<GetFolderPathRequest.Builder,GetFolderPathRequest>
Modifier and Type | Method and Description |
---|---|
GetFolderPathRequest.Builder |
authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
GetFolderPathRequest.Builder |
fields(String fields)
A comma-separated list of values.
|
GetFolderPathRequest.Builder |
folderId(String folderId)
The ID of the folder.
|
GetFolderPathRequest.Builder |
limit(Integer limit)
The maximum number of levels in the hierarchy to return.
|
GetFolderPathRequest.Builder |
marker(String marker)
This value is not supported.
|
GetFolderPathRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetFolderPathRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
GetFolderPathRequest.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.GetFolderPathRequest.Builder folderId(String folderId)
The ID of the folder.
folderId
- The ID of the folder.GetFolderPathRequest.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.GetFolderPathRequest.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.GetFolderPathRequest.Builder marker(String marker)
This value is not supported.
marker
- This value is not supported.GetFolderPathRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.GetFolderPathRequest.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.