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 |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeResourcePermissionsRequest.Builder |
resourceId(String resourceId)
The ID of the resource.
|
build
requestOverrideConfig
copy
apply, build
DescribeResourcePermissionsRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DescribeResourcePermissionsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.