Class SummarizeJreUsageRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.jms.requests.SummarizeJreUsageRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<SummarizeJreUsageRequest,Void>
 - Enclosing class:
- SummarizeJreUsageRequest
 
 public static class SummarizeJreUsageRequest.Builder extends Object implements BmcRequest.Builder<SummarizeJreUsageRequest,Void> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SummarizeJreUsageRequest.BuilderapplicationId(String applicationId)The Fleet-unique identifier of the related application.SummarizeJreUsageRequestbuild()Build the instance of SummarizeJreUsageRequest as configured by this builderSummarizeJreUsageRequestbuildWithoutInvocationCallback()Build the instance of SummarizeJreUsageRequest as configured by this builderSummarizeJreUsageRequest.Buildercopy(SummarizeJreUsageRequest o)Copy method to populate the builder with values from the given instance.SummarizeJreUsageRequest.Builderfields(SummarizeJreUsageFields singularValue)Singular setter.SummarizeJreUsageRequest.Builderfields(List<SummarizeJreUsageFields> fields)Additional fields to include into the returned model on top of the required ones.SummarizeJreUsageRequest.BuilderfleetId(String fleetId)The OCID of the Fleet.SummarizeJreUsageRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.SummarizeJreUsageRequest.BuilderjreDistribution(String jreDistribution)The distribution of the Java Runtime.SummarizeJreUsageRequest.BuilderjreId(String jreId)The Fleet-unique identifier of the related Java Runtime.SummarizeJreUsageRequest.BuilderjreSecurityStatus(JreSecurityStatus jreSecurityStatus)The security status of the Java Runtime.SummarizeJreUsageRequest.BuilderjreVendor(String jreVendor)The vendor of the Java Runtime.SummarizeJreUsageRequest.BuilderjreVersion(String jreVersion)The version of the Java Runtime.SummarizeJreUsageRequest.Builderlimit(Integer limit)The maximum number of items to return.SummarizeJreUsageRequest.BuildermanagedInstanceId(String managedInstanceId)The Fleet-unique identifier of the related managed instance.SummarizeJreUsageRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.SummarizeJreUsageRequest.BuilderosFamily(OsFamily singularValue)Singular setter.SummarizeJreUsageRequest.BuilderosFamily(List<OsFamily> osFamily)The operating system type.SummarizeJreUsageRequest.Builderpage(String page)The page token representing the page at which to start retrieving results.SummarizeJreUsageRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.SummarizeJreUsageRequest.BuildersortBy(JreSortBy sortBy)The field to sort JRE usages.SummarizeJreUsageRequest.BuildersortOrder(SortOrder sortOrder)The sort order, either ‘asc’ or ‘desc’.SummarizeJreUsageRequest.BuildertimeEnd(Date timeEnd)The end of the time period during which resources are searched (formatted according to RFC3339).SummarizeJreUsageRequest.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 SummarizeJreUsageRequest.Builder fleetId(String fleetId) The OCID of the Fleet.- Parameters:
- fleetId- the value to set
- Returns:
- this builder instance
 
 - 
jreIdpublic SummarizeJreUsageRequest.Builder jreId(String jreId) The Fleet-unique identifier of the related Java Runtime.- Parameters:
- jreId- the value to set
- Returns:
- this builder instance
 
 - 
jreVendorpublic SummarizeJreUsageRequest.Builder jreVendor(String jreVendor) The vendor of the Java Runtime.- Parameters:
- jreVendor- the value to set
- Returns:
- this builder instance
 
 - 
jreDistributionpublic SummarizeJreUsageRequest.Builder jreDistribution(String jreDistribution) The distribution of the Java Runtime.- Parameters:
- jreDistribution- the value to set
- Returns:
- this builder instance
 
 - 
jreVersionpublic SummarizeJreUsageRequest.Builder jreVersion(String jreVersion) The version of the Java Runtime.- Parameters:
- jreVersion- the value to set
- Returns:
- this builder instance
 
 - 
applicationIdpublic SummarizeJreUsageRequest.Builder applicationId(String applicationId) The Fleet-unique identifier of the related application.- Parameters:
- applicationId- the value to set
- Returns:
- this builder instance
 
 - 
managedInstanceIdpublic SummarizeJreUsageRequest.Builder managedInstanceId(String managedInstanceId) The Fleet-unique identifier of the related managed instance.- Parameters:
- managedInstanceId- the value to set
- Returns:
- this builder instance
 
 - 
fieldspublic SummarizeJreUsageRequest.Builder fields(List<SummarizeJreUsageFields> fields) Additional fields to include into the returned model on top of the required ones.This parameter can also include ‘approximateApplicationCount’, ‘approximateInstallationCount’ and ‘approximateManagedInstanceCount’. For example ‘approximateApplicationCount,approximateManagedInstanceCount’. - Parameters:
- fields- the value to set
- Returns:
- this builder instance
 
 - 
fieldspublic SummarizeJreUsageRequest.Builder fields(SummarizeJreUsageFields singularValue) Singular setter.Additional fields to include into the returned model on top of the required ones. This parameter can also include ‘approximateApplicationCount’, ‘approximateInstallationCount’ and ‘approximateManagedInstanceCount’. For example ‘approximateApplicationCount,approximateManagedInstanceCount’. - Parameters:
- singularValue- the singular value to set
- Returns:
- this builder instance
 
 - 
timeStartpublic SummarizeJreUsageRequest.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 SummarizeJreUsageRequest.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 SummarizeJreUsageRequest.Builder limit(Integer limit) The maximum number of items to return.- Parameters:
- limit- the value to set
- Returns:
- this builder instance
 
 - 
pagepublic SummarizeJreUsageRequest.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
 
 - 
sortOrderpublic SummarizeJreUsageRequest.Builder sortOrder(SortOrder sortOrder) The sort order, either ‘asc’ or ‘desc’.- Parameters:
- sortOrder- the value to set
- Returns:
- this builder instance
 
 - 
sortBypublic SummarizeJreUsageRequest.Builder sortBy(JreSortBy sortBy) The field to sort JRE usages.Only one sort order may be provided. Default order for timeFirstSeen, timeLastSeen, and version is descending. Default order for timeFirstSeen, timeLastSeen, version, approximateInstallationCount, approximateApplicationCount and approximateManagedInstanceCount is descending. Default order for distribution, vendor, and osName is ascending. If no value is specified timeLastSeen is default. - Parameters:
- sortBy- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic SummarizeJreUsageRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
osFamilypublic SummarizeJreUsageRequest.Builder osFamily(List<OsFamily> osFamily) The operating system type.- Parameters:
- osFamily- the value to set
- Returns:
- this builder instance
 
 - 
osFamilypublic SummarizeJreUsageRequest.Builder osFamily(OsFamily singularValue) Singular setter.The operating system type. - Parameters:
- singularValue- the singular value to set
- Returns:
- this builder instance
 
 - 
jreSecurityStatuspublic SummarizeJreUsageRequest.Builder jreSecurityStatus(JreSecurityStatus jreSecurityStatus) The security status of the Java Runtime.- Parameters:
- jreSecurityStatus- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic SummarizeJreUsageRequest.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 SummarizeJreUsageRequest.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 SummarizeJreUsageRequest.Builder copy(SummarizeJreUsageRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<SummarizeJreUsageRequest,Void>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic SummarizeJreUsageRequest build() Build the instance of SummarizeJreUsageRequest 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<SummarizeJreUsageRequest,Void>
- Returns:
- instance of SummarizeJreUsageRequest
 
 - 
buildWithoutInvocationCallbackpublic SummarizeJreUsageRequest buildWithoutInvocationCallback() Build the instance of SummarizeJreUsageRequest 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 SummarizeJreUsageRequest
 
 
- 
 
-