Interface RetentionPolicy.Builder

    • Method Detail

      • homeEfsFileSystem

        RetentionPolicy.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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RetentionType, RetentionType
      • homeEfsFileSystem

        RetentionPolicy.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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RetentionType, RetentionType