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