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.
|
build
requestOverrideConfig
copy
apply, build
RemoveResourcePermissionRequest.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
,
PrincipalType
RemoveResourcePermissionRequest.Builder principalType(PrincipalType principalType)
The principal type of the resource.
principalType
- The principal type of the resource.PrincipalType
,
PrincipalType
RemoveResourcePermissionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.RemoveResourcePermissionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.