public static interface DescribeFolderContentsRequest.Builder extends WorkDocsRequest.Builder, SdkPojo, CopyableBuilder<DescribeFolderContentsRequest.Builder,DescribeFolderContentsRequest>
build
overrideConfiguration
copy
applyMutation, build
DescribeFolderContentsRequest.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
,
ResourceSortType
DescribeFolderContentsRequest.Builder sort(ResourceSortType sort)
The sorting criteria.
sort
- The sorting criteria.ResourceSortType
,
ResourceSortType
DescribeFolderContentsRequest.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
,
FolderContentType
DescribeFolderContentsRequest.Builder type(FolderContentType type)
The type of items.
type
- The type of items.FolderContentType
,
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.DescribeFolderContentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeFolderContentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.