public static interface RemoveAllResourcePermissionsRequest.Builder extends WorkDocsRequest.Builder, SdkPojo, CopyableBuilder<RemoveAllResourcePermissionsRequest.Builder,RemoveAllResourcePermissionsRequest>
| Modifier and Type | Method and Description |
|---|---|
RemoveAllResourcePermissionsRequest.Builder |
authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
RemoveAllResourcePermissionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
RemoveAllResourcePermissionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
RemoveAllResourcePermissionsRequest.Builder |
resourceId(String resourceId)
The ID of the resource.
|
buildoverrideConfigurationcopyapplyMutation, buildRemoveAllResourcePermissionsRequest.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.RemoveAllResourcePermissionsRequest.Builder resourceId(String resourceId)
The ID of the resource.
resourceId - The ID of the resource.RemoveAllResourcePermissionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.RemoveAllResourcePermissionsRequest.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.