CopyableBuilder<UpdateFolderRequest.Builder,UpdateFolderRequest>
, SdkBuilder<UpdateFolderRequest.Builder,UpdateFolderRequest>
public static interface UpdateFolderRequest.Builder extends CopyableBuilder<UpdateFolderRequest.Builder,UpdateFolderRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateFolderRequest.Builder |
authenticationToken(String authenticationToken) |
Amazon WorkDocs authentication token.
|
UpdateFolderRequest.Builder |
folderId(String folderId) |
The ID of the folder.
|
UpdateFolderRequest.Builder |
name(String name) |
The name of the folder.
|
UpdateFolderRequest.Builder |
parentFolderId(String parentFolderId) |
The ID of the parent folder.
|
UpdateFolderRequest.Builder |
resourceState(String resourceState) |
The resource state of the folder.
|
UpdateFolderRequest.Builder |
resourceState(ResourceStateType resourceState) |
The resource state of the folder.
|
copy
apply, build
UpdateFolderRequest.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.UpdateFolderRequest.Builder folderId(String folderId)
The ID of the folder.
folderId
- The ID of the folder.UpdateFolderRequest.Builder name(String name)
The name of the folder.
name
- The name of the folder.UpdateFolderRequest.Builder parentFolderId(String parentFolderId)
The ID of the parent folder.
parentFolderId
- The ID of the parent folder.UpdateFolderRequest.Builder resourceState(String resourceState)
The resource state of the folder. Note that only ACTIVE and RECYCLED are accepted values from the API.
resourceState
- The resource state of the folder. Note that only ACTIVE and RECYCLED are accepted values from the API.ResourceStateType
UpdateFolderRequest.Builder resourceState(ResourceStateType resourceState)
The resource state of the folder. Note that only ACTIVE and RECYCLED are accepted values from the API.
resourceState
- The resource state of the folder. Note that only ACTIVE and RECYCLED are accepted values from the API.ResourceStateType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.