public static interface FolderConfiguration.Builder extends SdkPojo, CopyableBuilder<FolderConfiguration.Builder,FolderConfiguration>
| Modifier and Type | Method and Description |
|---|---|
FolderConfiguration.Builder |
action(RetentionAction action)
The action to take on the folder contents at the end of the folder configuration period.
|
FolderConfiguration.Builder |
action(String action)
The action to take on the folder contents at the end of the folder configuration period.
|
FolderConfiguration.Builder |
name(FolderName name)
The folder name.
|
FolderConfiguration.Builder |
name(String name)
The folder name.
|
FolderConfiguration.Builder |
period(Integer period)
The period of time at which the folder configuration action is applied.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFolderConfiguration.Builder name(String name)
The folder name.
name - The folder name.FolderName,
FolderNameFolderConfiguration.Builder name(FolderName name)
The folder name.
name - The folder name.FolderName,
FolderNameFolderConfiguration.Builder action(String action)
The action to take on the folder contents at the end of the folder configuration period.
action - The action to take on the folder contents at the end of the folder configuration period.RetentionAction,
RetentionActionFolderConfiguration.Builder action(RetentionAction action)
The action to take on the folder contents at the end of the folder configuration period.
action - The action to take on the folder contents at the end of the folder configuration period.RetentionAction,
RetentionActionFolderConfiguration.Builder period(Integer period)
The period of time at which the folder configuration action is applied.
period - The period of time at which the folder configuration action is applied.Copyright © 2021. All rights reserved.