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) |
RemoveResourcePermissionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRemoveResourcePermissionRequest.Builder authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
authenticationToken - Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator
credentials to access the API.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)
overrideConfiguration in interface AwsRequest.BuilderRemoveResourcePermissionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.