Uses of Class
com.oracle.bmc.generativeai.requests.GetApiKeyRequest.Builder
-
Packages that use GetApiKeyRequest.Builder Package Description com.oracle.bmc.generativeai.requests -
-
Uses of GetApiKeyRequest.Builder in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return GetApiKeyRequest.Builder Modifier and Type Method Description GetApiKeyRequest.BuilderGetApiKeyRequest.Builder. apiKeyId(String apiKeyId)The OCID of the APIKey.static GetApiKeyRequest.BuilderGetApiKeyRequest. builder()Return a new builder for this request object.GetApiKeyRequest.BuilderGetApiKeyRequest.Builder. copy(GetApiKeyRequest o)Copy method to populate the builder with values from the given instance.GetApiKeyRequest.BuilderGetApiKeyRequest.Builder. invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.GetApiKeyRequest.BuilderGetApiKeyRequest.Builder. opcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.GetApiKeyRequest.BuilderGetApiKeyRequest.Builder. retryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.GetApiKeyRequest.BuilderGetApiKeyRequest. toBuilder()Return an instance ofGetApiKeyRequest.Builderthat allows you to modify request properties.
-