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
Modifier and TypeMethodDescriptionThe action to take on the folder contents at the end of the folder configuration period.action
(RetentionAction action) The action to take on the folder contents at the end of the folder configuration period.The folder name.name
(FolderName name) The folder name.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 Details
-
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:
-
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:
-
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:
-
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:
-
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.
-