Class ListVbInstancesResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.visualbuilder.responses.ListVbInstancesResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<ListVbInstancesResponse>
 - Enclosing class:
- ListVbInstancesResponse
 
 public static class ListVbInstancesResponse.Builder extends Object implements BmcResponse.Builder<ListVbInstancesResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ListVbInstancesResponse.Builder__httpStatusCode__(int __httpStatusCode__)ListVbInstancesResponsebuild()Build the response object.ListVbInstancesResponse.Buildercopy(ListVbInstancesResponse o)Copy method to populate the builder with values from the given instance.ListVbInstancesResponse.Builderheaders(Map<String,List<String>> headers)ListVbInstancesResponse.BuilderopcNextPage(String opcNextPage)For list pagination.ListVbInstancesResponse.BuilderopcPreviousPage(String opcPreviousPage)For list pagination.ListVbInstancesResponse.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.ListVbInstancesResponse.BuildervbInstanceSummaryCollection(VbInstanceSummaryCollection vbInstanceSummaryCollection)The returned VbInstanceSummaryCollection 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 ListVbInstancesResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<ListVbInstancesResponse>
 
 - 
headerspublic ListVbInstancesResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<ListVbInstancesResponse>
 
 - 
opcRequestIdpublic ListVbInstancesResponse.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
 
 - 
opcNextPagepublic ListVbInstancesResponse.Builder opcNextPage(String opcNextPage) For list pagination.When this header appears in the response, additional pages of results remain - Parameters:
- opcNextPage- the value to set
- Returns:
- this builder
 
 - 
opcPreviousPagepublic ListVbInstancesResponse.Builder opcPreviousPage(String opcPreviousPage) For list pagination.When this header appears in the response, additional pages of results have been previously returned - Parameters:
- opcPreviousPage- the value to set
- Returns:
- this builder
 
 - 
vbInstanceSummaryCollectionpublic ListVbInstancesResponse.Builder vbInstanceSummaryCollection(VbInstanceSummaryCollection vbInstanceSummaryCollection) The returned VbInstanceSummaryCollection instance.- Parameters:
- vbInstanceSummaryCollection- the value to set
- Returns:
- this builder
 
 - 
copypublic ListVbInstancesResponse.Builder copy(ListVbInstancesResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<ListVbInstancesResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic ListVbInstancesResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<ListVbInstancesResponse>
- Returns:
- the response object
 
 
- 
 
-