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