Package com.oracle.bmc.jms.requests
Class ListJavaMigrationAnalysisResultsRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.jms.requests.ListJavaMigrationAnalysisResultsRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<ListJavaMigrationAnalysisResultsRequest,Void>
 - Enclosing class:
- ListJavaMigrationAnalysisResultsRequest
 
 public static class ListJavaMigrationAnalysisResultsRequest.Builder extends Object implements BmcRequest.Builder<ListJavaMigrationAnalysisResultsRequest,Void> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ListJavaMigrationAnalysisResultsRequest.BuilderapplicationName(String applicationName)The name of the application.ListJavaMigrationAnalysisResultsRequestbuild()Build the instance of ListJavaMigrationAnalysisResultsRequest as configured by this builderListJavaMigrationAnalysisResultsRequestbuildWithoutInvocationCallback()Build the instance of ListJavaMigrationAnalysisResultsRequest as configured by this builderListJavaMigrationAnalysisResultsRequest.Buildercopy(ListJavaMigrationAnalysisResultsRequest o)Copy method to populate the builder with values from the given instance.ListJavaMigrationAnalysisResultsRequest.BuilderfleetId(String fleetId)The OCID of the Fleet.ListJavaMigrationAnalysisResultsRequest.BuilderhostName(String hostName)The host OCID of the managed instance.ListJavaMigrationAnalysisResultsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListJavaMigrationAnalysisResultsRequest.Builderlimit(Integer limit)The maximum number of items to return.ListJavaMigrationAnalysisResultsRequest.BuildermanagedInstanceId(String managedInstanceId)The Fleet-unique identifier of the related managed instance.ListJavaMigrationAnalysisResultsRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.ListJavaMigrationAnalysisResultsRequest.Builderpage(String page)The page token representing the page at which to start retrieving results.ListJavaMigrationAnalysisResultsRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListJavaMigrationAnalysisResultsRequest.BuildersortBy(JavaMigrationAnalysisResultSortBy sortBy)The field that sorts the Java migration analysis results.ListJavaMigrationAnalysisResultsRequest.BuildersortOrder(SortOrder sortOrder)The sort order, either ‘asc’ or ‘desc’.ListJavaMigrationAnalysisResultsRequest.BuildertimeEnd(Date timeEnd)The end of the time period during which resources are searched (formatted according to RFC3339).ListJavaMigrationAnalysisResultsRequest.BuildertimeStart(Date timeStart)The start of the time period during which resources are searched (formatted according to RFC3339).- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builderbody$
 
- 
 
- 
- 
- 
Method Detail- 
fleetIdpublic ListJavaMigrationAnalysisResultsRequest.Builder fleetId(String fleetId) The OCID of the Fleet.- Parameters:
- fleetId- the value to set
- Returns:
- this builder instance
 
 - 
managedInstanceIdpublic ListJavaMigrationAnalysisResultsRequest.Builder managedInstanceId(String managedInstanceId) The Fleet-unique identifier of the related managed instance.- Parameters:
- managedInstanceId- the value to set
- Returns:
- this builder instance
 
 - 
hostNamepublic ListJavaMigrationAnalysisResultsRequest.Builder hostName(String hostName) The host OCID of the managed instance.- Parameters:
- hostName- the value to set
- Returns:
- this builder instance
 
 - 
applicationNamepublic ListJavaMigrationAnalysisResultsRequest.Builder applicationName(String applicationName) The name of the application.- Parameters:
- applicationName- the value to set
- Returns:
- this builder instance
 
 - 
timeStartpublic ListJavaMigrationAnalysisResultsRequest.Builder timeStart(Date timeStart) The start of the time period during which resources are searched (formatted according to RFC3339).- Parameters:
- timeStart- the value to set
- Returns:
- this builder instance
 
 - 
timeEndpublic ListJavaMigrationAnalysisResultsRequest.Builder timeEnd(Date timeEnd) The end of the time period during which resources are searched (formatted according to RFC3339).- Parameters:
- timeEnd- the value to set
- Returns:
- this builder instance
 
 - 
limitpublic ListJavaMigrationAnalysisResultsRequest.Builder limit(Integer limit) The maximum number of items to return.- Parameters:
- limit- the value to set
- Returns:
- this builder instance
 
 - 
pagepublic ListJavaMigrationAnalysisResultsRequest.Builder page(String page) The page token representing the page at which to start retrieving results.The token is usually retrieved from a previous list call. - Parameters:
- page- the value to set
- Returns:
- this builder instance
 
 - 
sortOrderpublic ListJavaMigrationAnalysisResultsRequest.Builder sortOrder(SortOrder sortOrder) The sort order, either ‘asc’ or ‘desc’.- Parameters:
- sortOrder- the value to set
- Returns:
- this builder instance
 
 - 
sortBypublic ListJavaMigrationAnalysisResultsRequest.Builder sortBy(JavaMigrationAnalysisResultSortBy sortBy) The field that sorts the Java migration analysis results.Only one sort order can be provided. The default order for timeCreated, managedInstanceId and workRequestId is descending. If no value is specified, then timeCreated is default. - Parameters:
- sortBy- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic ListJavaMigrationAnalysisResultsRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic ListJavaMigrationAnalysisResultsRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) Set the invocation callback for the request to be built.- Parameters:
- invocationCallback- the invocation callback to be set for the request
- Returns:
- this builder instance
 
 - 
retryConfigurationpublic ListJavaMigrationAnalysisResultsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration) Set the retry configuration for the request to be built.- Parameters:
- retryConfiguration- the retry configuration to be used for the request
- Returns:
- this builder instance
 
 - 
copypublic ListJavaMigrationAnalysisResultsRequest.Builder copy(ListJavaMigrationAnalysisResultsRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<ListJavaMigrationAnalysisResultsRequest,Void>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic ListJavaMigrationAnalysisResultsRequest build() Build the instance of ListJavaMigrationAnalysisResultsRequest as configured by this builderNote that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuildWithoutInvocationCallback()does not.This is the preferred method to build an instance. - Specified by:
- buildin interface- BmcRequest.Builder<ListJavaMigrationAnalysisResultsRequest,Void>
- Returns:
- instance of ListJavaMigrationAnalysisResultsRequest
 
 - 
buildWithoutInvocationCallbackpublic ListJavaMigrationAnalysisResultsRequest buildWithoutInvocationCallback() Build the instance of ListJavaMigrationAnalysisResultsRequest as configured by this builderNote that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuild()does- Returns:
- instance of ListJavaMigrationAnalysisResultsRequest
 
 
- 
 
-