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