CopyableBuilder<DescribeResourcePermissionsRequest.Builder,DescribeResourcePermissionsRequest>
, SdkBuilder<DescribeResourcePermissionsRequest.Builder,DescribeResourcePermissionsRequest>
public static interface DescribeResourcePermissionsRequest.Builder extends CopyableBuilder<DescribeResourcePermissionsRequest.Builder,DescribeResourcePermissionsRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeResourcePermissionsRequest.Builder |
authenticationToken(String authenticationToken) |
Amazon WorkDocs authentication token.
|
DescribeResourcePermissionsRequest.Builder |
limit(Integer limit) |
The maximum number of items to return with this call.
|
DescribeResourcePermissionsRequest.Builder |
marker(String marker) |
The marker for the next set of results.
|
DescribeResourcePermissionsRequest.Builder |
resourceId(String resourceId) |
The ID of the resource.
|
copy
apply, build
DescribeResourcePermissionsRequest.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.DescribeResourcePermissionsRequest.Builder resourceId(String resourceId)
The ID of the resource.
resourceId
- The ID of the resource.DescribeResourcePermissionsRequest.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.DescribeResourcePermissionsRequest.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.