Interface ReportedOs.Builder

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

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

    • family

      ReportedOs.Builder family(String family)

      The operating system family.

      Parameters:
      family - The operating system family.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The operating system name.

      Parameters:
      name - The operating system name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • version

      ReportedOs.Builder version(String version)

      The operating system version.

      Parameters:
      version - The operating system version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.