Package | Description |
---|---|
com.oracle.bmc.vault.requests |
Modifier and Type | Method and Description |
---|---|
UpdateSecretRequest.Builder |
UpdateSecretRequest.Builder.body$(UpdateSecretDetails body)
Alternative setter for the body parameter.
|
static UpdateSecretRequest.Builder |
UpdateSecretRequest.builder()
Return a new builder for this request object.
|
UpdateSecretRequest.Builder |
UpdateSecretRequest.Builder.copy(UpdateSecretRequest o)
Copy method to populate the builder with values from the given instance.
|
UpdateSecretRequest.Builder |
UpdateSecretRequest.Builder.ifMatch(String ifMatch)
For optimistic concurrency control.
|
UpdateSecretRequest.Builder |
UpdateSecretRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
UpdateSecretRequest.Builder |
UpdateSecretRequest.Builder.opcRequestId(String opcRequestId)
Unique identifier for the request.
|
UpdateSecretRequest.Builder |
UpdateSecretRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
UpdateSecretRequest.Builder |
UpdateSecretRequest.Builder.secretId(String secretId)
The OCID of the secret.
|
UpdateSecretRequest.Builder |
UpdateSecretRequest.toBuilder()
Return an instance of
UpdateSecretRequest.Builder that allows you to modify request properties. |
UpdateSecretRequest.Builder |
UpdateSecretRequest.Builder.updateSecretDetails(UpdateSecretDetails updateSecretDetails)
Request to update a secret.
|
Copyright © 2016–2024. All rights reserved.