public static class UpdateSoftwareSourceResponse.Builder extends Object implements BmcResponse.Builder<UpdateSoftwareSourceResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateSoftwareSourceResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
UpdateSoftwareSourceResponse |
build()
Build the response object.
|
UpdateSoftwareSourceResponse.Builder |
copy(UpdateSoftwareSourceResponse o)
Copy method to populate the builder with values from the given instance.
|
UpdateSoftwareSourceResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
UpdateSoftwareSourceResponse.Builder |
headers(Map<String,List<String>> headers) |
UpdateSoftwareSourceResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
UpdateSoftwareSourceResponse.Builder |
opcWorkRequestId(String opcWorkRequestId)
Unique Oracle-assigned identifier for the asynchronous work.
|
UpdateSoftwareSourceResponse.Builder |
softwareSource(SoftwareSource softwareSource)
The returned
SoftwareSource instance. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public UpdateSoftwareSourceResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<UpdateSoftwareSourceResponse>
public UpdateSoftwareSourceResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<UpdateSoftwareSourceResponse>
public UpdateSoftwareSourceResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic UpdateSoftwareSourceResponse.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 UpdateSoftwareSourceResponse.Builder opcWorkRequestId(String opcWorkRequestId)
Unique Oracle-assigned identifier for the asynchronous work. You can use this to query its status.
opcWorkRequestId
- the value to setpublic UpdateSoftwareSourceResponse.Builder softwareSource(SoftwareSource softwareSource)
The returned SoftwareSource
instance.
softwareSource
- the value to setpublic UpdateSoftwareSourceResponse.Builder copy(UpdateSoftwareSourceResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<UpdateSoftwareSourceResponse>
o
- other request from which to copy valuespublic UpdateSoftwareSourceResponse build()
Build the response object.
build
in interface BmcResponse.Builder<UpdateSoftwareSourceResponse>
Copyright © 2016–2024. All rights reserved.