public static interface DescribeResourcePermissionsRequest.Builder extends WorkDocsRequest.Builder, CopyableBuilder<DescribeResourcePermissionsRequest.Builder,DescribeResourcePermissionsRequest>
| Modifier and Type | Method and 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 |
principalId(String principalId)
The ID of the principal to filter permissions by.
|
DescribeResourcePermissionsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeResourcePermissionsRequest.Builder |
resourceId(String resourceId)
The ID of the resource.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildDescribeResourcePermissionsRequest.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.DescribeResourcePermissionsRequest.Builder resourceId(String resourceId)
The ID of the resource.
resourceId - The ID of the resource.DescribeResourcePermissionsRequest.Builder principalId(String principalId)
The ID of the principal to filter permissions by.
principalId - The ID of the principal to filter permissions by.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)DescribeResourcePermissionsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.