public static interface DescribeRootFoldersRequest.Builder extends WorkDocsRequest.Builder, CopyableBuilder<DescribeRootFoldersRequest.Builder,DescribeRootFoldersRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeRootFoldersRequest.Builder |
authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
DescribeRootFoldersRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
DescribeRootFoldersRequest.Builder |
marker(String marker)
The marker for the next set of results.
|
DescribeRootFoldersRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeRootFoldersRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDescribeRootFoldersRequest.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.DescribeRootFoldersRequest.Builder limit(Integer limit)
The maximum number of items to return.
limit - The maximum number of items to return.DescribeRootFoldersRequest.Builder marker(String marker)
The marker for the next set of results. (You received this marker from a previous call.)
marker - The marker for the next set of results. (You received this marker from a previous call.)DescribeRootFoldersRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeRootFoldersRequest.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.