public static class GetWindowsUpdateResponse.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
GetWindowsUpdateResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetWindowsUpdateResponse |
build()
Build the response object.
|
GetWindowsUpdateResponse.Builder |
copy(GetWindowsUpdateResponse o)
Copy method to populate the builder with values from the given instance.
|
GetWindowsUpdateResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
GetWindowsUpdateResponse.Builder |
windowsUpdate(WindowsUpdate windowsUpdate)
The returned WindowsUpdate instance.
|
public GetWindowsUpdateResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetWindowsUpdateResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
opcRequestId - the value to setpublic GetWindowsUpdateResponse.Builder windowsUpdate(WindowsUpdate windowsUpdate)
The returned WindowsUpdate instance.
windowsUpdate - the value to setpublic GetWindowsUpdateResponse.Builder copy(GetWindowsUpdateResponse o)
Copy method to populate the builder with values from the given instance.
public GetWindowsUpdateResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.