public static class GetModelDeploymentResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GetModelDeploymentResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetModelDeploymentResponse |
build() |
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.
|
String |
toString() |
public GetModelDeploymentResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetModelDeploymentResponse.Builder copy(GetModelDeploymentResponse o)
Copy method to populate the builder with values from the given instance.
public GetModelDeploymentResponse build()
public GetModelDeploymentResponse.Builder etag(String etag)
For optimistic concurrency control. See ETags for Optimistic Concurrency Control.
this
.public 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.
this
.public GetModelDeploymentResponse.Builder modelDeployment(ModelDeployment modelDeployment)
The returned ModelDeployment instance.
this
.Copyright © 2016–2022. All rights reserved.