public static class GetModelDeploymentResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetModelDeploymentResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetModelDeploymentResponse |
build()
Build the response object.
|
GetModelDeploymentResponse.Builder |
copy(GetModelDeploymentResponse o)
Copy method to populate the builder with values from the given instance.
|
GetModelDeploymentResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetModelDeploymentResponse.Builder |
modelDeployment(ModelDeployment modelDeployment)
The returned ModelDeployment instance.
|
GetModelDeploymentResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle assigned identifier for the request.
|
public GetModelDeploymentResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetModelDeploymentResponse.Builder etag(String etag)
For optimistic concurrency control. See ETags for Optimistic Concurrency Control.
etag
- the value to setpublic GetModelDeploymentResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
opcRequestId
- the value to setpublic GetModelDeploymentResponse.Builder modelDeployment(ModelDeployment modelDeployment)
The returned ModelDeployment instance.
modelDeployment
- the value to setpublic GetModelDeploymentResponse.Builder copy(GetModelDeploymentResponse o)
Copy method to populate the builder with values from the given instance.
public GetModelDeploymentResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.