public static interface DescribeResourcePermissionsResponse.Builder extends WorkDocsResponse.Builder, CopyableBuilder<DescribeResourcePermissionsResponse.Builder,DescribeResourcePermissionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeResourcePermissionsResponse.Builder |
marker(String marker)
The marker to use when requesting the next set of results.
|
DescribeResourcePermissionsResponse.Builder |
principals(Collection<Principal> principals)
The principals.
|
DescribeResourcePermissionsResponse.Builder |
principals(Principal... principals)
The principals.
|
buildcopyapply, buildDescribeResourcePermissionsResponse.Builder principals(Collection<Principal> principals)
The principals.
principals - The principals.DescribeResourcePermissionsResponse.Builder principals(Principal... principals)
The principals.
principals - The principals.DescribeResourcePermissionsResponse.Builder marker(String marker)
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
marker - The marker to use when requesting the next set of results. If there are no additional results, the
string is empty.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.