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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListLibraryApplicationUsageRequest.Builder
applicationId(String applicationId)
The Fleet-unique identifier of the application.ListLibraryApplicationUsageRequest.Builder
applicationName(String applicationName)
The name of the application.ListLibraryApplicationUsageRequest.Builder
applicationNameContains(String applicationNameContains)
Filter the list with application name contains the given value.ListLibraryApplicationUsageRequest
build()
Build the instance of ListLibraryApplicationUsageRequest as configured by this builderListLibraryApplicationUsageRequest
buildWithoutInvocationCallback()
Build the instance of ListLibraryApplicationUsageRequest as configured by this builderListLibraryApplicationUsageRequest.Builder
copy(ListLibraryApplicationUsageRequest o)
Copy method to populate the builder with values from the given instance.ListLibraryApplicationUsageRequest.Builder
fleetId(String fleetId)
The OCID of the Fleet.ListLibraryApplicationUsageRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.ListLibraryApplicationUsageRequest.Builder
libraryKey(String libraryKey)
The unique identifier of a Java library.ListLibraryApplicationUsageRequest.Builder
limit(Integer limit)
The maximum number of items to return.ListLibraryApplicationUsageRequest.Builder
managedInstanceId(String managedInstanceId)
The Fleet-unique identifier of the managed instance.ListLibraryApplicationUsageRequest.Builder
opcRequestId(String opcRequestId)
The client request ID for tracing.ListLibraryApplicationUsageRequest.Builder
page(String page)
The page token representing the page at which to start retrieving results.ListLibraryApplicationUsageRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.ListLibraryApplicationUsageRequest.Builder
sortBy(LibraryApplicationSortBy sortBy)
The field to sort library application usage summaries.ListLibraryApplicationUsageRequest.Builder
sortOrder(SortOrder sortOrder)
The sort order, either ‘asc’ or ‘desc’.ListLibraryApplicationUsageRequest.Builder
timeEnd(Date timeEnd)
The end of the time period during which resources are searched (formatted according to RFC3339).ListLibraryApplicationUsageRequest.Builder
timeStart(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 ListLibraryApplicationUsageRequest.Builder fleetId(String fleetId)
The OCID of the Fleet.- Parameters:
fleetId
- the value to set- Returns:
- this builder instance
-
libraryKey
public ListLibraryApplicationUsageRequest.Builder libraryKey(String libraryKey)
The unique identifier of a Java library.- Parameters:
libraryKey
- the value to set- Returns:
- this builder instance
-
applicationId
public ListLibraryApplicationUsageRequest.Builder applicationId(String applicationId)
The Fleet-unique identifier of the application.- Parameters:
applicationId
- the value to set- Returns:
- this builder instance
-
managedInstanceId
public ListLibraryApplicationUsageRequest.Builder managedInstanceId(String managedInstanceId)
The Fleet-unique identifier of the managed instance.- Parameters:
managedInstanceId
- the value to set- Returns:
- this builder instance
-
applicationName
public ListLibraryApplicationUsageRequest.Builder applicationName(String applicationName)
The name of the application.- Parameters:
applicationName
- the value to set- Returns:
- this builder instance
-
applicationNameContains
public 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
-
timeStart
public 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
-
timeEnd
public 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
-
limit
public ListLibraryApplicationUsageRequest.Builder limit(Integer limit)
The maximum number of items to return.- Parameters:
limit
- the value to set- Returns:
- this builder instance
-
page
public 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
-
sortBy
public 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
-
sortOrder
public ListLibraryApplicationUsageRequest.Builder sortOrder(SortOrder sortOrder)
The sort order, either ‘asc’ or ‘desc’.- Parameters:
sortOrder
- the value to set- Returns:
- this builder instance
-
opcRequestId
public ListLibraryApplicationUsageRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
invocationCallback
public 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
-
retryConfiguration
public 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
-
copy
public ListLibraryApplicationUsageRequest.Builder copy(ListLibraryApplicationUsageRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<ListLibraryApplicationUsageRequest,Void>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public 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:
build
in interfaceBmcRequest.Builder<ListLibraryApplicationUsageRequest,Void>
- Returns:
- instance of ListLibraryApplicationUsageRequest
-
buildWithoutInvocationCallback
public 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
-
-