Package | Description |
---|---|
com.oracle.bmc.dns.requests |
Modifier and Type | Method and Description |
---|---|
UpdateSteeringPolicyRequest.Builder |
UpdateSteeringPolicyRequest.Builder.body$(UpdateSteeringPolicyDetails body)
Alternative setter for the body parameter.
|
static UpdateSteeringPolicyRequest.Builder |
UpdateSteeringPolicyRequest.builder()
Return a new builder for this request object.
|
UpdateSteeringPolicyRequest.Builder |
UpdateSteeringPolicyRequest.Builder.copy(UpdateSteeringPolicyRequest o)
Copy method to populate the builder with values from the given instance.
|
UpdateSteeringPolicyRequest.Builder |
UpdateSteeringPolicyRequest.Builder.ifMatch(String ifMatch)
The
If-Match header field makes the request method conditional on the existence
of at least one current representation of the target resource, when the field-value is
* , or having a current representation of the target resource that has an
entity-tag matching a member of the list of entity-tags provided in the field-value. |
UpdateSteeringPolicyRequest.Builder |
UpdateSteeringPolicyRequest.Builder.ifUnmodifiedSince(String ifUnmodifiedSince)
The
If-Unmodified-Since header field makes the request method conditional on the
selected representation’s last modification date being earlier than or equal to the date
provided in the field-value. |
UpdateSteeringPolicyRequest.Builder |
UpdateSteeringPolicyRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
UpdateSteeringPolicyRequest.Builder |
UpdateSteeringPolicyRequest.Builder.opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
UpdateSteeringPolicyRequest.Builder |
UpdateSteeringPolicyRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
UpdateSteeringPolicyRequest.Builder |
UpdateSteeringPolicyRequest.Builder.scope(Scope scope)
Specifies to operate only on resources that have a matching DNS scope.
|
UpdateSteeringPolicyRequest.Builder |
UpdateSteeringPolicyRequest.Builder.steeringPolicyId(String steeringPolicyId)
The OCID of the target steering policy.
|
UpdateSteeringPolicyRequest.Builder |
UpdateSteeringPolicyRequest.toBuilder()
Return an instance of
UpdateSteeringPolicyRequest.Builder that allows you to modify request properties. |
UpdateSteeringPolicyRequest.Builder |
UpdateSteeringPolicyRequest.Builder.updateSteeringPolicyDetails(UpdateSteeringPolicyDetails updateSteeringPolicyDetails)
New data for the steering policy.
|
Copyright © 2016–2024. All rights reserved.