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