public static interface DescribeFolderContentsRequest.Builder extends WorkDocsRequest.Builder, CopyableBuilder<DescribeFolderContentsRequest.Builder,DescribeFolderContentsRequest>
buildrequestOverrideConfigcopyapply, buildDescribeFolderContentsRequest.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.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,
ResourceSortTypeDescribeFolderContentsRequest.Builder sort(ResourceSortType sort)
The sorting criteria.
sort - The sorting criteria.ResourceSortType,
ResourceSortTypeDescribeFolderContentsRequest.Builder order(String order)
The order for the contents of the folder.
DescribeFolderContentsRequest.Builder order(OrderType order)
The order for the contents of the folder.
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,
FolderContentTypeDescribeFolderContentsRequest.Builder type(FolderContentType type)
The type of items.
type - The type of items.FolderContentType,
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.DescribeFolderContentsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeFolderContentsRequest.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.