CopyableBuilder<GetFolderRequest.Builder,GetFolderRequest>
, SdkBuilder<GetFolderRequest.Builder,GetFolderRequest>
public static interface GetFolderRequest.Builder extends CopyableBuilder<GetFolderRequest.Builder,GetFolderRequest>
Modifier and Type | Method | 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.
|
copy
apply, build
GetFolderRequest.Builder authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token. This field should not be set when using administrative API actions, as in accessing the API using AWS credentials.
authenticationToken
- Amazon WorkDocs authentication token. This field should not be set 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.