Interface RetentionPolicy.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<RetentionPolicy.Builder,,- RetentionPolicy> - SdkBuilder<RetentionPolicy.Builder,,- RetentionPolicy> - SdkPojo
- Enclosing class:
- RetentionPolicy
@Mutable
@NotThreadSafe
public static interface RetentionPolicy.Builder
extends SdkPojo, CopyableBuilder<RetentionPolicy.Builder,RetentionPolicy> 
- 
Method SummaryModifier and TypeMethodDescriptionhomeEfsFileSystem(String homeEfsFileSystem) The default isRetain, which specifies to keep the data stored on the Amazon EFS volume.homeEfsFileSystem(RetentionType homeEfsFileSystem) The default isRetain, which specifies to keep the data stored on the Amazon EFS volume.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
homeEfsFileSystemThe default is Retain, which specifies to keep the data stored on the Amazon EFS volume.Specify Deleteto delete the data stored on the Amazon EFS volume.- Parameters:
- homeEfsFileSystem- The default is- Retain, which specifies to keep the data stored on the Amazon EFS volume.- Specify - Deleteto delete the data stored on the Amazon EFS volume.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
homeEfsFileSystemThe default is Retain, which specifies to keep the data stored on the Amazon EFS volume.Specify Deleteto delete the data stored on the Amazon EFS volume.- Parameters:
- homeEfsFileSystem- The default is- Retain, which specifies to keep the data stored on the Amazon EFS volume.- Specify - Deleteto delete the data stored on the Amazon EFS volume.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-