public static class UpdateTransferJobResponse.Builder extends Object
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(javax.ws.rs.core.MultivaluedMap<String,String> headers) |
UpdateTransferJobResponse.Builder |
opcRequestId(String opcRequestId) |
UpdateTransferJobResponse.Builder |
transferJob(TransferJob transferJob)
The returned TransferJob instance.
|
public UpdateTransferJobResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public UpdateTransferJobResponse.Builder headers(javax.ws.rs.core.MultivaluedMap<String,String> headers)
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.
public UpdateTransferJobResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.