Package | Description |
---|---|
com.oracle.bmc.loadbalancer.requests |
Modifier and Type | Method and Description |
---|---|
UpdateRuleSetRequest.Builder |
UpdateRuleSetRequest.Builder.body$(UpdateRuleSetDetails body)
Alternative setter for the body parameter.
|
static UpdateRuleSetRequest.Builder |
UpdateRuleSetRequest.builder()
Return a new builder for this request object.
|
UpdateRuleSetRequest.Builder |
UpdateRuleSetRequest.Builder.copy(UpdateRuleSetRequest o)
Copy method to populate the builder with values from the given instance.
|
UpdateRuleSetRequest.Builder |
UpdateRuleSetRequest.Builder.ifMatch(String ifMatch)
For optimistic concurrency control.
|
UpdateRuleSetRequest.Builder |
UpdateRuleSetRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
UpdateRuleSetRequest.Builder |
UpdateRuleSetRequest.Builder.loadBalancerId(String loadBalancerId)
The OCID of the
specified load balancer.
|
UpdateRuleSetRequest.Builder |
UpdateRuleSetRequest.Builder.opcRequestId(String opcRequestId)
The unique Oracle-assigned identifier for the request.
|
UpdateRuleSetRequest.Builder |
UpdateRuleSetRequest.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.
|
UpdateRuleSetRequest.Builder |
UpdateRuleSetRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
UpdateRuleSetRequest.Builder |
UpdateRuleSetRequest.Builder.ruleSetName(String ruleSetName)
The name of the rule set to update.
|
UpdateRuleSetRequest.Builder |
UpdateRuleSetRequest.toBuilder()
Return an instance of
UpdateRuleSetRequest.Builder that allows you to modify request properties. |
UpdateRuleSetRequest.Builder |
UpdateRuleSetRequest.Builder.updateRuleSetDetails(UpdateRuleSetDetails updateRuleSetDetails)
The configuration details to update a set of rules.
|
Copyright © 2016–2024. All rights reserved.