public static interface RemoveResourcePermissionRequest.Builder extends WorkDocsRequest.Builder, SdkPojo, CopyableBuilder<RemoveResourcePermissionRequest.Builder,RemoveResourcePermissionRequest>
| Modifier and Type | Method and Description |
|---|---|
RemoveResourcePermissionRequest.Builder |
authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
RemoveResourcePermissionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
RemoveResourcePermissionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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 |
resourceId(String resourceId)
The ID of the resource.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.RemoveResourcePermissionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.