public static interface GetFolderRequest.Builder extends WorkDocsRequest.Builder, CopyableBuilder<GetFolderRequest.Builder,GetFolderRequest>
| Modifier and Type | Method and Description |
|---|---|
GetFolderRequest.Builder |
authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
GetFolderRequest.Builder |
folderId(String folderId)
The ID of the folder.
|
GetFolderRequest.Builder |
includeCustomMetadata(Boolean includeCustomMetadata)
Set to TRUE to include custom metadata in the response.
|
GetFolderRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildGetFolderRequest.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.GetFolderRequest.Builder folderId(String folderId)
The ID of the folder.
folderId - The ID of the folder.GetFolderRequest.Builder includeCustomMetadata(Boolean includeCustomMetadata)
Set to TRUE to include custom metadata in the response.
includeCustomMetadata - Set to TRUE to include custom metadata in the response.GetFolderRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.