Class ListPrivateEndpointsResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.resourcemanager.responses.ListPrivateEndpointsResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<ListPrivateEndpointsResponse>
 - Enclosing class:
- ListPrivateEndpointsResponse
 
 public static class ListPrivateEndpointsResponse.Builder extends Object implements BmcResponse.Builder<ListPrivateEndpointsResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ListPrivateEndpointsResponse.Builder__httpStatusCode__(int __httpStatusCode__)ListPrivateEndpointsResponsebuild()Build the response object.ListPrivateEndpointsResponse.Buildercopy(ListPrivateEndpointsResponse o)Copy method to populate the builder with values from the given instance.ListPrivateEndpointsResponse.Builderheaders(Map<String,List<String>> headers)ListPrivateEndpointsResponse.BuilderopcNextPage(String opcNextPage)Retrieves the next page of paginated list items.ListPrivateEndpointsResponse.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.ListPrivateEndpointsResponse.BuilderprivateEndpointCollection(PrivateEndpointCollection privateEndpointCollection)The returned PrivateEndpointCollection instance.- 
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 ListPrivateEndpointsResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<ListPrivateEndpointsResponse>
 
 - 
headerspublic ListPrivateEndpointsResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<ListPrivateEndpointsResponse>
 
 - 
opcRequestIdpublic ListPrivateEndpointsResponse.Builder opcRequestId(String opcRequestId) Unique Oracle-assigned identifier for the request.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder
 
 - 
opcNextPagepublic ListPrivateEndpointsResponse.Builder opcNextPage(String opcNextPage) Retrieves the next page of paginated list items.If the opc-next-page header appears in the response, additional pages of results remain. To receive the next page, include the header value in the page param. If the opc-next-page header does not appear in the response, there are no more list items to get. For more information about list pagination, see List Pagination. - Parameters:
- opcNextPage- the value to set
- Returns:
- this builder
 
 - 
privateEndpointCollectionpublic ListPrivateEndpointsResponse.Builder privateEndpointCollection(PrivateEndpointCollection privateEndpointCollection) The returned PrivateEndpointCollection instance.- Parameters:
- privateEndpointCollection- the value to set
- Returns:
- this builder
 
 - 
copypublic ListPrivateEndpointsResponse.Builder copy(ListPrivateEndpointsResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<ListPrivateEndpointsResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic ListPrivateEndpointsResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<ListPrivateEndpointsResponse>
- Returns:
- the response object
 
 
- 
 
-