Interface FolderConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FolderConfiguration.Builder,FolderConfiguration>,SdkBuilder<FolderConfiguration.Builder,FolderConfiguration>,SdkPojo
- Enclosing class:
- FolderConfiguration
public static interface FolderConfiguration.Builder extends SdkPojo, CopyableBuilder<FolderConfiguration.Builder,FolderConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FolderConfiguration.Builderaction(String action)The action to take on the folder contents at the end of the folder configuration period.FolderConfiguration.Builderaction(RetentionAction action)The action to take on the folder contents at the end of the folder configuration period.FolderConfiguration.Buildername(String name)The folder name.FolderConfiguration.Buildername(FolderName name)The folder name.FolderConfiguration.Builderperiod(Integer period)The number of days for which the folder-configuration action applies.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
FolderConfiguration.Builder name(String name)
The folder name.
- Parameters:
name- The folder name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FolderName,FolderName
-
name
FolderConfiguration.Builder name(FolderName name)
The folder name.
- Parameters:
name- The folder name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FolderName,FolderName
-
action
FolderConfiguration.Builder action(String action)
The action to take on the folder contents at the end of the folder configuration period.
- Parameters:
action- The action to take on the folder contents at the end of the folder configuration period.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RetentionAction,RetentionAction
-
action
FolderConfiguration.Builder action(RetentionAction action)
The action to take on the folder contents at the end of the folder configuration period.
- Parameters:
action- The action to take on the folder contents at the end of the folder configuration period.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RetentionAction,RetentionAction
-
period
FolderConfiguration.Builder period(Integer period)
The number of days for which the folder-configuration action applies.
- Parameters:
period- The number of days for which the folder-configuration action applies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-