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 number of days for which the folder-configuration action applies.
|
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 number of days for which the folder-configuration action applies.
period - The number of days for which the folder-configuration action applies.Copyright © 2021. All rights reserved.