CopyableBuilder<DescribeRootFoldersRequest.Builder,DescribeRootFoldersRequest>
, SdkBuilder<DescribeRootFoldersRequest.Builder,DescribeRootFoldersRequest>
public static interface DescribeRootFoldersRequest.Builder extends CopyableBuilder<DescribeRootFoldersRequest.Builder,DescribeRootFoldersRequest>
Modifier and Type | Method | 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.
|
copy
apply, build
DescribeRootFoldersRequest.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.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.)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.