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