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