Package com.oracle.bmc.jms.requests
Class ListLibraryApplicationUsageRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.jms.requests.ListLibraryApplicationUsageRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<ListLibraryApplicationUsageRequest,Void>
 - Enclosing class:
- ListLibraryApplicationUsageRequest
 
 public static class ListLibraryApplicationUsageRequest.Builder extends Object implements BmcRequest.Builder<ListLibraryApplicationUsageRequest,Void> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ListLibraryApplicationUsageRequest.BuilderapplicationId(String applicationId)The Fleet-unique identifier of the application.ListLibraryApplicationUsageRequest.BuilderapplicationName(String applicationName)The name of the application.ListLibraryApplicationUsageRequest.BuilderapplicationNameContains(String applicationNameContains)Filter the list with application name contains the given value.ListLibraryApplicationUsageRequestbuild()Build the instance of ListLibraryApplicationUsageRequest as configured by this builderListLibraryApplicationUsageRequestbuildWithoutInvocationCallback()Build the instance of ListLibraryApplicationUsageRequest as configured by this builderListLibraryApplicationUsageRequest.Buildercopy(ListLibraryApplicationUsageRequest o)Copy method to populate the builder with values from the given instance.ListLibraryApplicationUsageRequest.BuilderfleetId(String fleetId)The OCID of the Fleet.ListLibraryApplicationUsageRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListLibraryApplicationUsageRequest.BuilderlibraryKey(String libraryKey)The unique identifier of a Java library.ListLibraryApplicationUsageRequest.Builderlimit(Integer limit)The maximum number of items to return.ListLibraryApplicationUsageRequest.BuildermanagedInstanceId(String managedInstanceId)The Fleet-unique identifier of the managed instance.ListLibraryApplicationUsageRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.ListLibraryApplicationUsageRequest.Builderpage(String page)The page token representing the page at which to start retrieving results.ListLibraryApplicationUsageRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListLibraryApplicationUsageRequest.BuildersortBy(LibraryApplicationSortBy sortBy)The field to sort library application usage summaries.ListLibraryApplicationUsageRequest.BuildersortOrder(SortOrder sortOrder)The sort order, either ‘asc’ or ‘desc’.ListLibraryApplicationUsageRequest.BuildertimeEnd(Date timeEnd)The end of the time period during which resources are searched (formatted according to RFC3339).ListLibraryApplicationUsageRequest.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 ListLibraryApplicationUsageRequest.Builder fleetId(String fleetId) The OCID of the Fleet.- Parameters:
- fleetId- the value to set
- Returns:
- this builder instance
 
 - 
libraryKeypublic ListLibraryApplicationUsageRequest.Builder libraryKey(String libraryKey) The unique identifier of a Java library.- Parameters:
- libraryKey- the value to set
- Returns:
- this builder instance
 
 - 
applicationIdpublic ListLibraryApplicationUsageRequest.Builder applicationId(String applicationId) The Fleet-unique identifier of the application.- Parameters:
- applicationId- the value to set
- Returns:
- this builder instance
 
 - 
managedInstanceIdpublic ListLibraryApplicationUsageRequest.Builder managedInstanceId(String managedInstanceId) The Fleet-unique identifier of the managed instance.- Parameters:
- managedInstanceId- the value to set
- Returns:
- this builder instance
 
 - 
applicationNamepublic ListLibraryApplicationUsageRequest.Builder applicationName(String applicationName) The name of the application.- Parameters:
- applicationName- the value to set
- Returns:
- this builder instance
 
 - 
applicationNameContainspublic ListLibraryApplicationUsageRequest.Builder applicationNameContains(String applicationNameContains) Filter the list with application name contains the given value.- Parameters:
- applicationNameContains- the value to set
- Returns:
- this builder instance
 
 - 
timeStartpublic ListLibraryApplicationUsageRequest.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 ListLibraryApplicationUsageRequest.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 ListLibraryApplicationUsageRequest.Builder limit(Integer limit) The maximum number of items to return.- Parameters:
- limit- the value to set
- Returns:
- this builder instance
 
 - 
pagepublic ListLibraryApplicationUsageRequest.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
 
 - 
sortBypublic ListLibraryApplicationUsageRequest.Builder sortBy(LibraryApplicationSortBy sortBy) The field to sort library application usage summaries.Only one sort order may be provided. If no value is specified lastSeenInClasspath is default. - Parameters:
- sortBy- the value to set
- Returns:
- this builder instance
 
 - 
sortOrderpublic ListLibraryApplicationUsageRequest.Builder sortOrder(SortOrder sortOrder) The sort order, either ‘asc’ or ‘desc’.- Parameters:
- sortOrder- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic ListLibraryApplicationUsageRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic ListLibraryApplicationUsageRequest.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 ListLibraryApplicationUsageRequest.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 ListLibraryApplicationUsageRequest.Builder copy(ListLibraryApplicationUsageRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<ListLibraryApplicationUsageRequest,Void>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic ListLibraryApplicationUsageRequest build() Build the instance of ListLibraryApplicationUsageRequest 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<ListLibraryApplicationUsageRequest,Void>
- Returns:
- instance of ListLibraryApplicationUsageRequest
 
 - 
buildWithoutInvocationCallbackpublic ListLibraryApplicationUsageRequest buildWithoutInvocationCallback() Build the instance of ListLibraryApplicationUsageRequest 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 ListLibraryApplicationUsageRequest
 
 
- 
 
-