Interface RetentionPolicy.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RetentionPolicy.Builder,RetentionPolicy>, SdkBuilder<RetentionPolicy.Builder,RetentionPolicy>, SdkPojo
Enclosing class:
RetentionPolicy

public static interface RetentionPolicy.Builder extends SdkPojo, CopyableBuilder<RetentionPolicy.Builder,RetentionPolicy>
  • Method Details

    • 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:
    • 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: