Package com.oracle.bmc.jms.requests
Class SummarizeDeployedApplicationInstallationUsageRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.jms.requests.SummarizeDeployedApplicationInstallationUsageRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<SummarizeDeployedApplicationInstallationUsageRequest,Void>
- Enclosing class:
- SummarizeDeployedApplicationInstallationUsageRequest
public static class SummarizeDeployedApplicationInstallationUsageRequest.Builder extends Object implements BmcRequest.Builder<SummarizeDeployedApplicationInstallationUsageRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
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 SummarizeDeployedApplicationInstallationUsageRequest.Builder fleetId(String fleetId)
The OCID of the Fleet.- Parameters:
fleetId
- the value to set- Returns:
- this builder instance
-
serverKey
public SummarizeDeployedApplicationInstallationUsageRequest.Builder serverKey(String serverKey)
The server key.- Parameters:
serverKey
- the value to set- Returns:
- this builder instance
-
serverInstanceKey
public SummarizeDeployedApplicationInstallationUsageRequest.Builder serverInstanceKey(String serverInstanceKey)
The Java Server instance key.- Parameters:
serverInstanceKey
- the value to set- Returns:
- this builder instance
-
managedInstanceId
public SummarizeDeployedApplicationInstallationUsageRequest.Builder managedInstanceId(String managedInstanceId)
The Fleet-unique identifier of the managed instance.- Parameters:
managedInstanceId
- the value to set- Returns:
- this builder instance
-
applicationInstallationKey
public SummarizeDeployedApplicationInstallationUsageRequest.Builder applicationInstallationKey(String applicationInstallationKey)
The deployed application installation key.- Parameters:
applicationInstallationKey
- the value to set- Returns:
- this builder instance
-
applicationKey
public SummarizeDeployedApplicationInstallationUsageRequest.Builder applicationKey(String applicationKey)
The deployed application key.- Parameters:
applicationKey
- the value to set- Returns:
- this builder instance
-
applicationNameContains
public SummarizeDeployedApplicationInstallationUsageRequest.Builder applicationNameContains(String applicationNameContains)
Filter the list with deployed application name contains the given value.- Parameters:
applicationNameContains
- the value to set- Returns:
- this builder instance
-
applicationName
public SummarizeDeployedApplicationInstallationUsageRequest.Builder applicationName(String applicationName)
The deployed application name.- Parameters:
applicationName
- the value to set- Returns:
- this builder instance
-
applicationSourcePathContains
public SummarizeDeployedApplicationInstallationUsageRequest.Builder applicationSourcePathContains(String applicationSourcePathContains)
Filter the list with application source path contains the given value.- Parameters:
applicationSourcePathContains
- the value to set- Returns:
- this builder instance
-
libraryKey
public SummarizeDeployedApplicationInstallationUsageRequest.Builder libraryKey(String libraryKey)
The library key.- Parameters:
libraryKey
- the value to set- Returns:
- this builder instance
-
timeStart
public SummarizeDeployedApplicationInstallationUsageRequest.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 SummarizeDeployedApplicationInstallationUsageRequest.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 SummarizeDeployedApplicationInstallationUsageRequest.Builder limit(Integer limit)
The maximum number of items to return.- Parameters:
limit
- the value to set- Returns:
- this builder instance
-
page
public SummarizeDeployedApplicationInstallationUsageRequest.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 SummarizeDeployedApplicationInstallationUsageRequest.Builder sortOrder(SortOrder sortOrder)
The sort order, either ‘asc’ or ‘desc’.- Parameters:
sortOrder
- the value to set- Returns:
- this builder instance
-
sortBy
public SummarizeDeployedApplicationInstallationUsageRequest.Builder sortBy(DeployedApplicationInstallationSortBy sortBy)
The field to sort the deployed application installations.Only one sort order can be provided. If no value is specified timeLastSeen is default.
- Parameters:
sortBy
- the value to set- Returns:
- this builder instance
-
opcRequestId
public SummarizeDeployedApplicationInstallationUsageRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
invocationCallback
public SummarizeDeployedApplicationInstallationUsageRequest.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 SummarizeDeployedApplicationInstallationUsageRequest.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 SummarizeDeployedApplicationInstallationUsageRequest.Builder copy(SummarizeDeployedApplicationInstallationUsageRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<SummarizeDeployedApplicationInstallationUsageRequest,Void>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public SummarizeDeployedApplicationInstallationUsageRequest build()
Build the instance of SummarizeDeployedApplicationInstallationUsageRequest 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<SummarizeDeployedApplicationInstallationUsageRequest,Void>
- Returns:
- instance of SummarizeDeployedApplicationInstallationUsageRequest
-
buildWithoutInvocationCallback
public SummarizeDeployedApplicationInstallationUsageRequest buildWithoutInvocationCallback()
Build the instance of SummarizeDeployedApplicationInstallationUsageRequest 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 SummarizeDeployedApplicationInstallationUsageRequest
-
-