Package com.oracle.bmc.jms.requests
Class ListPerformanceTuningAnalysisResultsRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.jms.requests.ListPerformanceTuningAnalysisResultsRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListPerformanceTuningAnalysisResultsRequest,Void>
- Enclosing class:
- ListPerformanceTuningAnalysisResultsRequest
public static class ListPerformanceTuningAnalysisResultsRequest.Builder extends Object implements BmcRequest.Builder<ListPerformanceTuningAnalysisResultsRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListPerformanceTuningAnalysisResultsRequest.BuilderapplicationId(String applicationId)The Fleet-unique identifier of the related application.ListPerformanceTuningAnalysisResultsRequest.BuilderapplicationName(String applicationName)The name of the application.ListPerformanceTuningAnalysisResultsRequestbuild()Build the instance of ListPerformanceTuningAnalysisResultsRequest as configured by this builderListPerformanceTuningAnalysisResultsRequestbuildWithoutInvocationCallback()Build the instance of ListPerformanceTuningAnalysisResultsRequest as configured by this builderListPerformanceTuningAnalysisResultsRequest.Buildercopy(ListPerformanceTuningAnalysisResultsRequest o)Copy method to populate the builder with values from the given instance.ListPerformanceTuningAnalysisResultsRequest.BuilderfleetId(String fleetId)The OCID of the Fleet.ListPerformanceTuningAnalysisResultsRequest.BuilderhostName(String hostName)The host OCID of the managed instance.ListPerformanceTuningAnalysisResultsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListPerformanceTuningAnalysisResultsRequest.Builderlimit(Integer limit)The maximum number of items to return.ListPerformanceTuningAnalysisResultsRequest.BuildermanagedInstanceId(String managedInstanceId)The Fleet-unique identifier of the related managed instance.ListPerformanceTuningAnalysisResultsRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.ListPerformanceTuningAnalysisResultsRequest.Builderpage(String page)The page token representing the page at which to start retrieving results.ListPerformanceTuningAnalysisResultsRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListPerformanceTuningAnalysisResultsRequest.BuildersortBy(PerformanceTuningAnalysisResultSortBy sortBy)The field to sort performance tuning analysis results.ListPerformanceTuningAnalysisResultsRequest.BuildersortOrder(SortOrder sortOrder)The sort order, either ‘asc’ or ‘desc’.ListPerformanceTuningAnalysisResultsRequest.BuildertimeEnd(Date timeEnd)The end of the time period during which resources are searched (formatted according to RFC3339).ListPerformanceTuningAnalysisResultsRequest.BuildertimeStart(Date timeStart)The start of the time period during which resources are searched (formatted according to RFC3339).-
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.requests.BmcRequest.Builder
body$
-
-
-
-
Method Detail
-
fleetId
public ListPerformanceTuningAnalysisResultsRequest.Builder fleetId(String fleetId)
The OCID of the Fleet.- Parameters:
fleetId- the value to set- Returns:
- this builder instance
-
managedInstanceId
public ListPerformanceTuningAnalysisResultsRequest.Builder managedInstanceId(String managedInstanceId)
The Fleet-unique identifier of the related managed instance.- Parameters:
managedInstanceId- the value to set- Returns:
- this builder instance
-
applicationId
public ListPerformanceTuningAnalysisResultsRequest.Builder applicationId(String applicationId)
The Fleet-unique identifier of the related application.- Parameters:
applicationId- the value to set- Returns:
- this builder instance
-
applicationName
public ListPerformanceTuningAnalysisResultsRequest.Builder applicationName(String applicationName)
The name of the application.- Parameters:
applicationName- the value to set- Returns:
- this builder instance
-
hostName
public ListPerformanceTuningAnalysisResultsRequest.Builder hostName(String hostName)
The host OCID of the managed instance.- Parameters:
hostName- the value to set- Returns:
- this builder instance
-
timeStart
public ListPerformanceTuningAnalysisResultsRequest.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
-
timeEnd
public ListPerformanceTuningAnalysisResultsRequest.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
-
limit
public ListPerformanceTuningAnalysisResultsRequest.Builder limit(Integer limit)
The maximum number of items to return.- Parameters:
limit- the value to set- Returns:
- this builder instance
-
page
public ListPerformanceTuningAnalysisResultsRequest.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
-
sortOrder
public ListPerformanceTuningAnalysisResultsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order, either ‘asc’ or ‘desc’.- Parameters:
sortOrder- the value to set- Returns:
- this builder instance
-
sortBy
public ListPerformanceTuningAnalysisResultsRequest.Builder sortBy(PerformanceTuningAnalysisResultSortBy sortBy)
The field to sort performance tuning analysis results.Only one sort order may be provided. Default order for timeCreated, and jreVersion is descending. Default order for managedInstanceId, jreDistribution, jreVendor and osName is ascending. If no value is specified timeCreated is default.
- Parameters:
sortBy- the value to set- Returns:
- this builder instance
-
opcRequestId
public ListPerformanceTuningAnalysisResultsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
opcRequestId- the value to set- Returns:
- this builder instance
-
invocationCallback
public ListPerformanceTuningAnalysisResultsRequest.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
-
retryConfiguration
public ListPerformanceTuningAnalysisResultsRequest.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
-
copy
public ListPerformanceTuningAnalysisResultsRequest.Builder copy(ListPerformanceTuningAnalysisResultsRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcRequest.Builder<ListPerformanceTuningAnalysisResultsRequest,Void>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public ListPerformanceTuningAnalysisResultsRequest build()
Build the instance of ListPerformanceTuningAnalysisResultsRequest 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 interfaceBmcRequest.Builder<ListPerformanceTuningAnalysisResultsRequest,Void>- Returns:
- instance of ListPerformanceTuningAnalysisResultsRequest
-
buildWithoutInvocationCallback
public ListPerformanceTuningAnalysisResultsRequest buildWithoutInvocationCallback()
Build the instance of ListPerformanceTuningAnalysisResultsRequest 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 ListPerformanceTuningAnalysisResultsRequest
-
-