public static interface DeleteFolderRequest.Builder extends WorkDocsRequest.Builder, CopyableBuilder<DeleteFolderRequest.Builder,DeleteFolderRequest>
Modifier and Type | Method and Description |
---|---|
DeleteFolderRequest.Builder |
authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
DeleteFolderRequest.Builder |
folderId(String folderId)
The ID of the folder.
|
DeleteFolderRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
DeleteFolderRequest.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.DeleteFolderRequest.Builder folderId(String folderId)
The ID of the folder.
folderId
- The ID of the folder.DeleteFolderRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.