CreateSystemUpdateRequest.Builder

public abstract class CreateSystemUpdateRequest.Builder


Builder for CreateSystemUpdateRequest.

Summary

Public methods

abstract CreateSystemUpdateRequest
CreateSystemUpdateRequest.Builder

Clears systemUpdate.

CreateSystemUpdateRequest.Builder

The SystemUpdate object to create.

Public methods

build

public abstract CreateSystemUpdateRequest build()

clearSystemUpdate

public CreateSystemUpdateRequest.Builder clearSystemUpdate()

Clears systemUpdate.

setSystemUpdate

public CreateSystemUpdateRequest.Builder setSystemUpdate(SystemUpdate value)

The SystemUpdate object to create. The SystemUpdate object should only contain fields owned by the OEM (e.g., name, type, api_level, name). Fields marked as output-only in the SystemUpdate message (like `instruction`) are ignored if provided in this request.