Class ListMlApplicationInstanceViewsResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.datascience.responses.ListMlApplicationInstanceViewsResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<ListMlApplicationInstanceViewsResponse>
 - Enclosing class:
- ListMlApplicationInstanceViewsResponse
 
 public static class ListMlApplicationInstanceViewsResponse.Builder extends Object implements BmcResponse.Builder<ListMlApplicationInstanceViewsResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ListMlApplicationInstanceViewsResponse.Builder__httpStatusCode__(int __httpStatusCode__)ListMlApplicationInstanceViewsResponsebuild()Build the response object.ListMlApplicationInstanceViewsResponse.Buildercopy(ListMlApplicationInstanceViewsResponse o)Copy method to populate the builder with values from the given instance.ListMlApplicationInstanceViewsResponse.Builderheaders(Map<String,List<String>> headers)ListMlApplicationInstanceViewsResponse.BuildermlApplicationInstanceViewCollection(MlApplicationInstanceViewCollection mlApplicationInstanceViewCollection)The returned MlApplicationInstanceViewCollection instance.ListMlApplicationInstanceViewsResponse.BuilderopcNextPage(String opcNextPage)Retrieves the next page of results.ListMlApplicationInstanceViewsResponse.BuilderopcRequestId(String opcRequestId)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 ListMlApplicationInstanceViewsResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<ListMlApplicationInstanceViewsResponse>
 
 - 
headerspublic ListMlApplicationInstanceViewsResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<ListMlApplicationInstanceViewsResponse>
 
 - 
opcRequestIdpublic ListMlApplicationInstanceViewsResponse.Builder opcRequestId(String opcRequestId) Unique Oracle assigned identifier for the request.If you need to contact Oracle about a particular request, then provide the request ID. - Parameters:
- opcRequestId- the value to set
- Returns:
- this builder
 
 - 
opcNextPagepublic ListMlApplicationInstanceViewsResponse.Builder opcNextPage(String opcNextPage) Retrieves the next page of results.When this header appears in the response, additional pages of results remain. See List Pagination. - Parameters:
- opcNextPage- the value to set
- Returns:
- this builder
 
 - 
mlApplicationInstanceViewCollectionpublic ListMlApplicationInstanceViewsResponse.Builder mlApplicationInstanceViewCollection(MlApplicationInstanceViewCollection mlApplicationInstanceViewCollection) The returned MlApplicationInstanceViewCollection instance.- Parameters:
- mlApplicationInstanceViewCollection- the value to set
- Returns:
- this builder
 
 - 
copypublic ListMlApplicationInstanceViewsResponse.Builder copy(ListMlApplicationInstanceViewsResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<ListMlApplicationInstanceViewsResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic ListMlApplicationInstanceViewsResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<ListMlApplicationInstanceViewsResponse>
- Returns:
- the response object
 
 
- 
 
-