public static class UpdateTransferJobResponse.Builder extends Object implements BmcResponse.Builder<UpdateTransferJobResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateTransferJobResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
UpdateTransferJobResponse |
build()
Build the response object.
|
UpdateTransferJobResponse.Builder |
copy(UpdateTransferJobResponse o)
Copy method to populate the builder with values from the given instance.
|
UpdateTransferJobResponse.Builder |
etag(String etag) |
UpdateTransferJobResponse.Builder |
headers(Map<String,List<String>> headers) |
UpdateTransferJobResponse.Builder |
opcRequestId(String opcRequestId) |
UpdateTransferJobResponse.Builder |
transferJob(TransferJob transferJob)
The returned
TransferJob instance. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public UpdateTransferJobResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<UpdateTransferJobResponse>
public UpdateTransferJobResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<UpdateTransferJobResponse>
public UpdateTransferJobResponse.Builder opcRequestId(String opcRequestId)
opcRequestId
- the value to setpublic UpdateTransferJobResponse.Builder etag(String etag)
etag
- the value to setpublic UpdateTransferJobResponse.Builder transferJob(TransferJob transferJob)
The returned TransferJob
instance.
transferJob
- the value to setpublic UpdateTransferJobResponse.Builder copy(UpdateTransferJobResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<UpdateTransferJobResponse>
o
- other request from which to copy valuespublic UpdateTransferJobResponse build()
Build the response object.
build
in interface BmcResponse.Builder<UpdateTransferJobResponse>
Copyright © 2016–2024. All rights reserved.