CopyableBuilder<DescribeFolderContentsRequest.Builder,DescribeFolderContentsRequest>
, SdkBuilder<DescribeFolderContentsRequest.Builder,DescribeFolderContentsRequest>
public static interface DescribeFolderContentsRequest.Builder extends CopyableBuilder<DescribeFolderContentsRequest.Builder,DescribeFolderContentsRequest>
copy
apply, build
DescribeFolderContentsRequest.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.ResourceSortType
DescribeFolderContentsRequest.Builder sort(ResourceSortType sort)
The sorting criteria.
sort
- The sorting criteria.ResourceSortType
DescribeFolderContentsRequest.Builder order(String order)
The order for the contents of the folder.
order
- The order for the contents of the folder.OrderType
DescribeFolderContentsRequest.Builder order(OrderType order)
The order for the contents of the folder.
order
- The order for the contents of the folder.OrderType
DescribeFolderContentsRequest.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.FolderContentType
DescribeFolderContentsRequest.Builder type(FolderContentType type)
The type of items.
type
- The type of items.FolderContentType
DescribeFolderContentsRequest.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.