public static class UpdateIpv6Request.Builder extends Object implements BmcRequest.Builder<UpdateIpv6Request,UpdateIpv6Details>
Modifier and Type | Method and Description |
---|---|
UpdateIpv6Request.Builder |
body$(UpdateIpv6Details body)
Alternative setter for the body parameter.
|
UpdateIpv6Request |
build()
Build the instance of UpdateIpv6Request as configured by this builder
|
UpdateIpv6Request |
buildWithoutInvocationCallback() |
UpdateIpv6Request.Builder |
copy(UpdateIpv6Request o)
Copy method to populate the builder with values from the given instance.
|
UpdateIpv6Request.Builder |
ifMatch(String ifMatch) |
UpdateIpv6Request.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.
|
UpdateIpv6Request.Builder |
ipv6Id(String ipv6Id) |
UpdateIpv6Request.Builder |
opcRequestId(String opcRequestId) |
UpdateIpv6Request.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
String |
toString() |
UpdateIpv6Request.Builder |
updateIpv6Details(UpdateIpv6Details updateIpv6Details) |
public UpdateIpv6Request.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 UpdateIpv6Request.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic UpdateIpv6Request.Builder copy(UpdateIpv6Request o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<UpdateIpv6Request,UpdateIpv6Details>
public UpdateIpv6Request build()
Build the instance of UpdateIpv6Request 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<UpdateIpv6Request,UpdateIpv6Details>
public UpdateIpv6Request.Builder body$(UpdateIpv6Details body)
Alternative setter for the body parameter.
body$
in interface BmcRequest.Builder<UpdateIpv6Request,UpdateIpv6Details>
body
- the body parameterpublic UpdateIpv6Request.Builder ipv6Id(String ipv6Id)
public UpdateIpv6Request.Builder updateIpv6Details(UpdateIpv6Details updateIpv6Details)
public UpdateIpv6Request.Builder ifMatch(String ifMatch)
public UpdateIpv6Request.Builder opcRequestId(String opcRequestId)
public UpdateIpv6Request buildWithoutInvocationCallback()
Copyright © 2016–2021. All rights reserved.