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