Uses of Class
com.oracle.bmc.apigateway.requests.GetApiRequest.Builder
-
Packages that use GetApiRequest.Builder Package Description com.oracle.bmc.apigateway.requests -
-
Uses of GetApiRequest.Builder in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return GetApiRequest.Builder Modifier and Type Method Description GetApiRequest.Builder
GetApiRequest.Builder. apiId(String apiId)
The ocid of the API.static GetApiRequest.Builder
GetApiRequest. builder()
Return a new builder for this request object.GetApiRequest.Builder
GetApiRequest.Builder. copy(GetApiRequest o)
Copy method to populate the builder with values from the given instance.GetApiRequest.Builder
GetApiRequest.Builder. invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.GetApiRequest.Builder
GetApiRequest.Builder. opcRequestId(String opcRequestId)
The client request id for tracing.GetApiRequest.Builder
GetApiRequest.Builder. retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.GetApiRequest.Builder
GetApiRequest. toBuilder()
Return an instance ofGetApiRequest.Builder
that allows you to modify request properties.
-