Package com.oracle.bmc.psa.responses
Class ListPrivateServiceAccessesResponse.Builder
- java.lang.Object
-
- com.oracle.bmc.psa.responses.ListPrivateServiceAccessesResponse.Builder
-
- All Implemented Interfaces:
BmcResponse.Builder<ListPrivateServiceAccessesResponse>
- Enclosing class:
- ListPrivateServiceAccessesResponse
public static class ListPrivateServiceAccessesResponse.Builder extends Object implements BmcResponse.Builder<ListPrivateServiceAccessesResponse>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListPrivateServiceAccessesResponse.Builder__httpStatusCode__(int __httpStatusCode__)ListPrivateServiceAccessesResponsebuild()Build the response object.ListPrivateServiceAccessesResponse.Buildercopy(ListPrivateServiceAccessesResponse o)Copy method to populate the builder with values from the given instance.ListPrivateServiceAccessesResponse.Builderheaders(Map<String,List<String>> headers)ListPrivateServiceAccessesResponse.BuilderopcNextPage(String opcNextPage)For list pagination.ListPrivateServiceAccessesResponse.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.ListPrivateServiceAccessesResponse.BuilderprivateServiceAccessCollection(PrivateServiceAccessCollection privateServiceAccessCollection)The returned PrivateServiceAccessCollection instance.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.Builder
isNotModified
-
-
-
-
Method Detail
-
__httpStatusCode__
public ListPrivateServiceAccessesResponse.Builder __httpStatusCode__(int __httpStatusCode__)
- Specified by:
__httpStatusCode__in interfaceBmcResponse.Builder<ListPrivateServiceAccessesResponse>
-
headers
public ListPrivateServiceAccessesResponse.Builder headers(Map<String,List<String>> headers)
- Specified by:
headersin interfaceBmcResponse.Builder<ListPrivateServiceAccessesResponse>
-
opcRequestId
public ListPrivateServiceAccessesResponse.Builder opcRequestId(String opcRequestId)
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
-
opcNextPage
public ListPrivateServiceAccessesResponse.Builder opcNextPage(String opcNextPage)
For list pagination.When this header appears in the response, additional pages of results remain. For important details about how pagination works, see List Pagination.
- Parameters:
opcNextPage- the value to set- Returns:
- this builder
-
privateServiceAccessCollection
public ListPrivateServiceAccessesResponse.Builder privateServiceAccessCollection(PrivateServiceAccessCollection privateServiceAccessCollection)
The returned PrivateServiceAccessCollection instance.- Parameters:
privateServiceAccessCollection- the value to set- Returns:
- this builder
-
copy
public ListPrivateServiceAccessesResponse.Builder copy(ListPrivateServiceAccessesResponse o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcResponse.Builder<ListPrivateServiceAccessesResponse>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public ListPrivateServiceAccessesResponse build()
Build the response object.- Specified by:
buildin interfaceBmcResponse.Builder<ListPrivateServiceAccessesResponse>- Returns:
- the response object
-
-