CopyableBuilder<DescribeFolderContentsRequest.Builder,DescribeFolderContentsRequest>, SdkBuilder<DescribeFolderContentsRequest.Builder,DescribeFolderContentsRequest>public static interface DescribeFolderContentsRequest.Builder extends CopyableBuilder<DescribeFolderContentsRequest.Builder,DescribeFolderContentsRequest>
copyapply, buildDescribeFolderContentsRequest.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.DescribeFolderContentsRequest.Builder folderId(String folderId)
The ID of the folder.
folderId - The ID of the folder.DescribeFolderContentsRequest.Builder sort(String sort)
The sorting criteria.
sort - The sorting criteria.ResourceSortTypeDescribeFolderContentsRequest.Builder sort(ResourceSortType sort)
The sorting criteria.
sort - The sorting criteria.ResourceSortTypeDescribeFolderContentsRequest.Builder order(String order)
The order for the contents of the folder.
order - The order for the contents of the folder.OrderTypeDescribeFolderContentsRequest.Builder order(OrderType order)
The order for the contents of the folder.
order - The order for the contents of the folder.OrderTypeDescribeFolderContentsRequest.Builder limit(Integer limit)
The maximum number of items to return with this call.
limit - The maximum number of items to return with this call.DescribeFolderContentsRequest.Builder marker(String marker)
The marker for the next set of results. This marker was received from a previous call.
marker - The marker for the next set of results. This marker was received from a previous call.DescribeFolderContentsRequest.Builder type(String type)
The type of items.
type - The type of items.FolderContentTypeDescribeFolderContentsRequest.Builder type(FolderContentType type)
The type of items.
type - The type of items.FolderContentTypeDescribeFolderContentsRequest.Builder include(String include)
The contents to include. Specify "INITIALIZED" to include initialized documents.
include - The contents to include. Specify "INITIALIZED" to include initialized documents.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.