UpdateCustomProtectionRuleRequest.Builder |
UpdateCustomProtectionRuleRequest.Builder.body$(UpdateCustomProtectionRuleDetails body) |
Alternative setter for the body parameter.
|
static UpdateCustomProtectionRuleRequest.Builder |
UpdateCustomProtectionRuleRequest.builder() |
Return a new builder for this request object.
|
UpdateCustomProtectionRuleRequest.Builder |
UpdateCustomProtectionRuleRequest.Builder.copy(UpdateCustomProtectionRuleRequest o) |
Copy method to populate the builder with values from the given instance.
|
UpdateCustomProtectionRuleRequest.Builder |
UpdateCustomProtectionRuleRequest.Builder.customProtectionRuleId(String customProtectionRuleId) |
The OCID of the
custom protection rule.
|
UpdateCustomProtectionRuleRequest.Builder |
UpdateCustomProtectionRuleRequest.Builder.ifMatch(String ifMatch) |
For optimistic concurrency control.
|
UpdateCustomProtectionRuleRequest.Builder |
UpdateCustomProtectionRuleRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
UpdateCustomProtectionRuleRequest.Builder |
UpdateCustomProtectionRuleRequest.Builder.opcRequestId(String opcRequestId) |
The unique Oracle-assigned identifier for the request.
|
UpdateCustomProtectionRuleRequest.Builder |
UpdateCustomProtectionRuleRequest.Builder.opcRetryToken(String opcRetryToken) |
A token that uniquely identifies a request so it can be retried in case of a timeout or
server error without risk of executing that same action again.
|
UpdateCustomProtectionRuleRequest.Builder |
UpdateCustomProtectionRuleRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
UpdateCustomProtectionRuleRequest.Builder |
UpdateCustomProtectionRuleRequest.toBuilder() |
|
UpdateCustomProtectionRuleRequest.Builder |
UpdateCustomProtectionRuleRequest.Builder.updateCustomProtectionRuleDetails(UpdateCustomProtectionRuleDetails updateCustomProtectionRuleDetails) |
The details of the custom protection rule to update.
|