CopyableBuilder<RemoveAllResourcePermissionsRequest.Builder,RemoveAllResourcePermissionsRequest>
, SdkBuilder<RemoveAllResourcePermissionsRequest.Builder,RemoveAllResourcePermissionsRequest>
public static interface RemoveAllResourcePermissionsRequest.Builder extends CopyableBuilder<RemoveAllResourcePermissionsRequest.Builder,RemoveAllResourcePermissionsRequest>
Modifier and Type | Method | Description |
---|---|---|
RemoveAllResourcePermissionsRequest.Builder |
authenticationToken(String authenticationToken) |
Amazon WorkDocs authentication token.
|
RemoveAllResourcePermissionsRequest.Builder |
resourceId(String resourceId) |
The ID of the resource.
|
copy
apply, build
RemoveAllResourcePermissionsRequest.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.RemoveAllResourcePermissionsRequest.Builder resourceId(String resourceId)
The ID of the resource.
resourceId
- The ID of the resource.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.