public static interface DescribeResourcePermissionsRequest.Builder extends WorkDocsRequest.Builder, SdkPojo, CopyableBuilder<DescribeResourcePermissionsRequest.Builder,DescribeResourcePermissionsRequest>
build
overrideConfiguration
copy
applyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeResourcePermissionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.