public static class UpdateBuildRunResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateBuildRunResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
UpdateBuildRunResponse |
build()
Build the response object.
|
UpdateBuildRunResponse.Builder |
buildRun(BuildRun buildRun)
The returned BuildRun instance.
|
UpdateBuildRunResponse.Builder |
copy(UpdateBuildRunResponse o)
Copy method to populate the builder with values from the given instance.
|
UpdateBuildRunResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
UpdateBuildRunResponse.Builder |
headers(javax.ws.rs.core.MultivaluedMap<String,String> headers) |
UpdateBuildRunResponse.Builder |
location(String location)
Relative URL of the newly created resource.
|
UpdateBuildRunResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
public UpdateBuildRunResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public UpdateBuildRunResponse.Builder headers(javax.ws.rs.core.MultivaluedMap<String,String> headers)
public UpdateBuildRunResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic UpdateBuildRunResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the request ID.
opcRequestId
- the value to setpublic UpdateBuildRunResponse.Builder location(String location)
Relative URL of the newly created resource.
location
- the value to setpublic UpdateBuildRunResponse.Builder buildRun(BuildRun buildRun)
The returned BuildRun instance.
buildRun
- the value to setpublic UpdateBuildRunResponse.Builder copy(UpdateBuildRunResponse o)
Copy method to populate the builder with values from the given instance.
public UpdateBuildRunResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.