public static interface GetFolderRequest.Builder extends WorkDocsRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetFolderRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetFolderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.