public static interface RemoveResourcePermissionRequest.Builder extends WorkDocsRequest.Builder, CopyableBuilder<RemoveResourcePermissionRequest.Builder,RemoveResourcePermissionRequest>
| Modifier and Type | Method and Description |
|---|---|
RemoveResourcePermissionRequest.Builder |
authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
RemoveResourcePermissionRequest.Builder |
principalId(String principalId)
The principal ID of the resource.
|
RemoveResourcePermissionRequest.Builder |
principalType(PrincipalType principalType)
The principal type of the resource.
|
RemoveResourcePermissionRequest.Builder |
principalType(String principalType)
The principal type of the resource.
|
RemoveResourcePermissionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
RemoveResourcePermissionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
RemoveResourcePermissionRequest.Builder |
resourceId(String resourceId)
The ID of the resource.
|
buildrequestOverrideConfigcopyapply, buildRemoveResourcePermissionRequest.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.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,
PrincipalTypeRemoveResourcePermissionRequest.Builder principalType(PrincipalType principalType)
The principal type of the resource.
principalType - The principal type of the resource.PrincipalType,
PrincipalTypeRemoveResourcePermissionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.RemoveResourcePermissionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.