Package com.oracle.bmc.waas.responses
Class UpdateAddressListResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.waas.responses.UpdateAddressListResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<UpdateAddressListResponse>
 - Enclosing class:
- UpdateAddressListResponse
 
 public static class UpdateAddressListResponse.Builder extends Object implements BmcResponse.Builder<UpdateAddressListResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateAddressListResponse.Builder__httpStatusCode__(int __httpStatusCode__)UpdateAddressListResponse.BuilderaddressList(AddressList addressList)The returned AddressList instance.UpdateAddressListResponsebuild()Build the response object.UpdateAddressListResponse.Buildercopy(UpdateAddressListResponse o)Copy method to populate the builder with values from the given instance.UpdateAddressListResponse.Builderetag(String etag)For optimistic concurrency control.UpdateAddressListResponse.Builderheaders(Map<String,List<String>> headers)UpdateAddressListResponse.BuilderopcRequestId(String opcRequestId)A unique Oracle-assigned identifier for the request.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.BuilderisNotModified
 
- 
 
- 
- 
- 
Method Detail- 
__httpStatusCode__public UpdateAddressListResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<UpdateAddressListResponse>
 
 - 
headerspublic UpdateAddressListResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<UpdateAddressListResponse>
 
 - 
opcRequestIdpublic UpdateAddressListResponse.Builder opcRequestId(String opcRequestId) A unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, please provide the request ID. - Parameters:
- opcRequestId- the value to set
- Returns:
- this builder
 
 - 
etagpublic UpdateAddressListResponse.Builder etag(String etag) For optimistic concurrency control.See if-match. - Parameters:
- etag- the value to set
- Returns:
- this builder
 
 - 
addressListpublic UpdateAddressListResponse.Builder addressList(AddressList addressList) The returned AddressList instance.- Parameters:
- addressList- the value to set
- Returns:
- this builder
 
 - 
copypublic UpdateAddressListResponse.Builder copy(UpdateAddressListResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<UpdateAddressListResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic UpdateAddressListResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<UpdateAddressListResponse>
- Returns:
- the response object
 
 
- 
 
-