public static class VerifyAddressRequest.Builder extends Object implements BmcRequest.Builder<VerifyAddressRequest,VerifyAddressDetails>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
VerifyAddressRequest.Builder |
body$(VerifyAddressDetails body)
Alternative setter for the body parameter.
|
VerifyAddressRequest |
build()
Build the instance of VerifyAddressRequest as configured by this builder
|
VerifyAddressRequest |
buildWithoutInvocationCallback()
Build the instance of VerifyAddressRequest as configured by this builder
|
VerifyAddressRequest.Builder |
compartmentId(String compartmentId)
The OCID
of the compartment.
|
VerifyAddressRequest.Builder |
copy(VerifyAddressRequest o)
Copy method to populate the builder with values from the given instance.
|
VerifyAddressRequest.Builder |
ifMatch(String ifMatch)
For optimistic concurrency control.
|
VerifyAddressRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
VerifyAddressRequest.Builder |
opcRequestId(String opcRequestId)
The unique Oracle-assigned identifier for the request.
|
VerifyAddressRequest.Builder |
opcRetryToken(String opcRetryToken)
For requests that are not idempotent (creates being the main place of interest), THE APIs
should take a header called opc-retry-token to identify the customer desire across
requests, to introduce some level of idempotency.
|
VerifyAddressRequest.Builder |
ospHomeRegion(String ospHomeRegion)
The home region’s public name of the logged in user.
|
VerifyAddressRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
VerifyAddressRequest.Builder |
verifyAddressDetails(VerifyAddressDetails verifyAddressDetails)
Address request.
|
public VerifyAddressRequest.Builder ospHomeRegion(String ospHomeRegion)
The home region’s public name of the logged in user.
ospHomeRegion
- the value to setpublic VerifyAddressRequest.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic VerifyAddressRequest.Builder verifyAddressDetails(VerifyAddressDetails verifyAddressDetails)
Address request.
verifyAddressDetails
- the value to setpublic VerifyAddressRequest.Builder ifMatch(String ifMatch)
For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
if-match
parameter to the value of the etag from a previous GET or POST response
for that resource. The resource will be updated or deleted only if the etag you provide
matches the resource’s current etag value.
ifMatch
- the value to setpublic VerifyAddressRequest.Builder opcRetryToken(String opcRetryToken)
For requests that are not idempotent (creates being the main place of interest), THE APIs should take a header called opc-retry-token to identify the customer desire across requests, to introduce some level of idempotency.
opcRetryToken
- the value to setpublic VerifyAddressRequest.Builder opcRequestId(String opcRequestId)
The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
opcRequestId
- the value to setpublic VerifyAddressRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic VerifyAddressRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic VerifyAddressRequest.Builder copy(VerifyAddressRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<VerifyAddressRequest,VerifyAddressDetails>
o
- other request from which to copy valuespublic VerifyAddressRequest build()
Build the instance of VerifyAddressRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<VerifyAddressRequest,VerifyAddressDetails>
public VerifyAddressRequest.Builder body$(VerifyAddressDetails body)
Alternative setter for the body parameter.
body$
in interface BmcRequest.Builder<VerifyAddressRequest,VerifyAddressDetails>
body
- the body parameterpublic VerifyAddressRequest buildWithoutInvocationCallback()
Build the instance of VerifyAddressRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2024. All rights reserved.