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

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

    • type

      OSInfo.Builder type(String type)

      Information about the type of operating system.

      Parameters:
      type - Information about the type of operating system.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      OSInfo.Builder type(OSType type)

      Information about the type of operating system.

      Parameters:
      type - Information about the type of operating system.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • version

      OSInfo.Builder version(String version)

      Information about the version of operating system.

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