public static interface RetentionPolicy.Builder extends SdkPojo, CopyableBuilder<RetentionPolicy.Builder,RetentionPolicy>
| Modifier and Type | Method and Description |
|---|---|
RetentionPolicy.Builder |
homeEfsFileSystem(RetentionType homeEfsFileSystem)
The default is
Retain, which specifies to keep the data stored on the EFS volume. |
RetentionPolicy.Builder |
homeEfsFileSystem(String homeEfsFileSystem)
The default is
Retain, which specifies to keep the data stored on the EFS volume. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRetentionPolicy.Builder homeEfsFileSystem(String homeEfsFileSystem)
The default is Retain, which specifies to keep the data stored on the EFS volume.
Specify Delete to delete the data stored on the EFS volume.
homeEfsFileSystem - The default is Retain, which specifies to keep the data stored on the EFS volume.
Specify Delete to delete the data stored on the EFS volume.
RetentionType,
RetentionTypeRetentionPolicy.Builder homeEfsFileSystem(RetentionType homeEfsFileSystem)
The default is Retain, which specifies to keep the data stored on the EFS volume.
Specify Delete to delete the data stored on the EFS volume.
homeEfsFileSystem - The default is Retain, which specifies to keep the data stored on the EFS volume.
Specify Delete to delete the data stored on the EFS volume.
RetentionType,
RetentionTypeCopyright © 2023. All rights reserved.