public static class DeleteSteeringPolicyAttachmentRequest.Builder extends Object implements BmcRequest.Builder<DeleteSteeringPolicyAttachmentRequest,Void>
Modifier and Type | Method and Description |
---|---|
DeleteSteeringPolicyAttachmentRequest |
build()
Build the instance of DeleteSteeringPolicyAttachmentRequest as configured by this builder
|
DeleteSteeringPolicyAttachmentRequest |
buildWithoutInvocationCallback() |
DeleteSteeringPolicyAttachmentRequest.Builder |
copy(DeleteSteeringPolicyAttachmentRequest o)
Copy method to populate the builder with values from the given instance.
|
DeleteSteeringPolicyAttachmentRequest.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. |
DeleteSteeringPolicyAttachmentRequest.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. |
DeleteSteeringPolicyAttachmentRequest.Builder |
invocationCallback(Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
|
DeleteSteeringPolicyAttachmentRequest.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
DeleteSteeringPolicyAttachmentRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
DeleteSteeringPolicyAttachmentRequest.Builder |
scope(Scope scope)
Specifies to operate only on resources that have a matching DNS scope.
|
DeleteSteeringPolicyAttachmentRequest.Builder |
steeringPolicyAttachmentId(String steeringPolicyAttachmentId)
The OCID of the target steering policy attachment.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
body$
public DeleteSteeringPolicyAttachmentRequest.Builder invocationCallback(Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic DeleteSteeringPolicyAttachmentRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic DeleteSteeringPolicyAttachmentRequest.Builder copy(DeleteSteeringPolicyAttachmentRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<DeleteSteeringPolicyAttachmentRequest,Void>
o
- other request from which to copy valuespublic DeleteSteeringPolicyAttachmentRequest build()
Build the instance of DeleteSteeringPolicyAttachmentRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.util.internal.Consumer)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<DeleteSteeringPolicyAttachmentRequest,Void>
public DeleteSteeringPolicyAttachmentRequest.Builder steeringPolicyAttachmentId(String steeringPolicyAttachmentId)
The OCID of the target steering policy attachment.
this
.public DeleteSteeringPolicyAttachmentRequest.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.
this
.public DeleteSteeringPolicyAttachmentRequest.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. This
field accomplishes the same purpose as If-Match for cases where the user
agent does not have an entity-tag for the representation.
this
.public DeleteSteeringPolicyAttachmentRequest.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
this
.public DeleteSteeringPolicyAttachmentRequest.Builder scope(Scope scope)
Specifies to operate only on resources that have a matching DNS scope.
this
.public DeleteSteeringPolicyAttachmentRequest buildWithoutInvocationCallback()
Copyright © 2016–2022. All rights reserved.