public static class UpdateRRSetRequest.Builder extends Object implements BmcRequest.Builder<UpdateRRSetRequest,UpdateRRSetDetails>
public UpdateRRSetRequest.Builder invocationCallback(com.oracle.bmc.util.internal.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 UpdateRRSetRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic UpdateRRSetRequest.Builder copy(UpdateRRSetRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<UpdateRRSetRequest,UpdateRRSetDetails>
public UpdateRRSetRequest build()
Build the instance of UpdateRRSetRequest 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<UpdateRRSetRequest,UpdateRRSetDetails>
public UpdateRRSetRequest.Builder body$(UpdateRRSetDetails body)
Alternative setter for the body parameter.
body$
in interface BmcRequest.Builder<UpdateRRSetRequest,UpdateRRSetDetails>
body
- the body parameterpublic UpdateRRSetRequest.Builder zoneNameOrId(String zoneNameOrId)
public UpdateRRSetRequest.Builder domain(String domain)
public UpdateRRSetRequest.Builder rtype(String rtype)
public UpdateRRSetRequest.Builder updateRRSetDetails(UpdateRRSetDetails updateRRSetDetails)
public UpdateRRSetRequest.Builder ifMatch(String ifMatch)
public UpdateRRSetRequest.Builder ifUnmodifiedSince(String ifUnmodifiedSince)
public UpdateRRSetRequest.Builder opcRequestId(String opcRequestId)
public UpdateRRSetRequest.Builder compartmentId(String compartmentId)
public UpdateRRSetRequest buildWithoutInvocationCallback()
Copyright © 2016–2020. All rights reserved.