public static interface GetFolderPathRequest.Builder extends WorkDocsRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetFolderPathRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetFolderPathRequest.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.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetFolderPathRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.