Interface SnapshotBuild.Builder

  • Method Details

    • memorySnapshotSizeInBytes

      SnapshotBuild.Builder memorySnapshotSizeInBytes(Long memorySnapshotSizeInBytes)

      The size of the memory snapshot in bytes.

      Parameters:
      memorySnapshotSizeInBytes - The size of the memory snapshot in bytes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • codeInstallSizeInBytes

      SnapshotBuild.Builder codeInstallSizeInBytes(Long codeInstallSizeInBytes)

      The size of the installed code in bytes.

      Parameters:
      codeInstallSizeInBytes - The size of the installed code in bytes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • diskSnapshotSizeInBytes

      SnapshotBuild.Builder diskSnapshotSizeInBytes(Long diskSnapshotSizeInBytes)

      The size of the disk snapshot in bytes.

      Parameters:
      diskSnapshotSizeInBytes - The size of the disk snapshot in bytes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.