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