Interface DescribeFolderContentsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeFolderContentsRequest.Builder,DescribeFolderContentsRequest>
,SdkBuilder<DescribeFolderContentsRequest.Builder,DescribeFolderContentsRequest>
,SdkPojo
,SdkRequest.Builder
,WorkDocsRequest.Builder
- Enclosing class:
- DescribeFolderContentsRequest
public static interface DescribeFolderContentsRequest.Builder extends WorkDocsRequest.Builder, SdkPojo, CopyableBuilder<DescribeFolderContentsRequest.Builder,DescribeFolderContentsRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.workdocs.model.WorkDocsRequest.Builder
build
-
-
-
-
Method Detail
-
authenticationToken
DescribeFolderContentsRequest.Builder authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
- Parameters:
authenticationToken
- Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
folderId
DescribeFolderContentsRequest.Builder folderId(String folderId)
The ID of the folder.
- Parameters:
folderId
- The ID of the folder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sort
DescribeFolderContentsRequest.Builder sort(String sort)
The sorting criteria.
- Parameters:
sort
- The sorting criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceSortType
,ResourceSortType
-
sort
DescribeFolderContentsRequest.Builder sort(ResourceSortType sort)
The sorting criteria.
- Parameters:
sort
- The sorting criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceSortType
,ResourceSortType
-
order
DescribeFolderContentsRequest.Builder order(String order)
The order for the contents of the folder.
-
order
DescribeFolderContentsRequest.Builder order(OrderType order)
The order for the contents of the folder.
-
limit
DescribeFolderContentsRequest.Builder limit(Integer limit)
The maximum number of items to return with this call.
- Parameters:
limit
- The maximum number of items to return with this call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marker
DescribeFolderContentsRequest.Builder marker(String marker)
The marker for the next set of results. This marker was received from a previous call.
- Parameters:
marker
- The marker for the next set of results. This marker was received from a previous call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
DescribeFolderContentsRequest.Builder type(String type)
The type of items.
- Parameters:
type
- The type of items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FolderContentType
,FolderContentType
-
type
DescribeFolderContentsRequest.Builder type(FolderContentType type)
The type of items.
- Parameters:
type
- The type of items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FolderContentType
,FolderContentType
-
include
DescribeFolderContentsRequest.Builder include(String include)
The contents to include. Specify "INITIALIZED" to include initialized documents.
- Parameters:
include
- The contents to include. Specify "INITIALIZED" to include initialized documents.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeFolderContentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeFolderContentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-