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.
|
GetFolderRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
GetFolderRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.GetFolderRequest.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.