public static class SummarizeJreUsageRequest.Builder extends Object implements BmcRequest.Builder<SummarizeJreUsageRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SummarizeJreUsageRequest.Builder |
applicationId(String applicationId)
The Fleet-unique identifier of the related application.
|
SummarizeJreUsageRequest |
build()
Build the instance of SummarizeJreUsageRequest as configured by this builder
|
SummarizeJreUsageRequest |
buildWithoutInvocationCallback()
Build the instance of SummarizeJreUsageRequest as configured by this builder
|
SummarizeJreUsageRequest.Builder |
copy(SummarizeJreUsageRequest o)
Copy method to populate the builder with values from the given instance.
|
SummarizeJreUsageRequest.Builder |
fields(List<SummarizeJreUsageFields> fields)
Additional fields to include into the returned model on top of the required ones.
|
SummarizeJreUsageRequest.Builder |
fields(SummarizeJreUsageFields singularValue)
Singular setter.
|
SummarizeJreUsageRequest.Builder |
fleetId(String fleetId)
The OCID of the
Fleet.
|
SummarizeJreUsageRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
SummarizeJreUsageRequest.Builder |
jreDistribution(String jreDistribution)
The distribution of the Java Runtime.
|
SummarizeJreUsageRequest.Builder |
jreId(String jreId)
The Fleet-unique identifier of the related Java Runtime.
|
SummarizeJreUsageRequest.Builder |
jreSecurityStatus(JreSecurityStatus jreSecurityStatus)
The security status of the Java Runtime.
|
SummarizeJreUsageRequest.Builder |
jreVendor(String jreVendor)
The vendor of the Java Runtime.
|
SummarizeJreUsageRequest.Builder |
jreVersion(String jreVersion)
The version of the Java Runtime.
|
SummarizeJreUsageRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
SummarizeJreUsageRequest.Builder |
managedInstanceId(String managedInstanceId)
The Fleet-unique identifier of the related managed instance.
|
SummarizeJreUsageRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
SummarizeJreUsageRequest.Builder |
osFamily(List<OsFamily> osFamily)
The operating system type.
|
SummarizeJreUsageRequest.Builder |
osFamily(OsFamily singularValue)
Singular setter.
|
SummarizeJreUsageRequest.Builder |
page(String page)
The page token representing the page at which to start retrieving results.
|
SummarizeJreUsageRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
SummarizeJreUsageRequest.Builder |
sortBy(JreSortBy sortBy)
The field to sort JRE usages.
|
SummarizeJreUsageRequest.Builder |
sortOrder(SortOrder sortOrder)
The sort order, either ‘asc’ or ‘desc’.
|
SummarizeJreUsageRequest.Builder |
timeEnd(Date timeEnd)
The end of the time period during which resources are searched (formatted according to
RFC3339).
|
SummarizeJreUsageRequest.Builder |
timeStart(Date timeStart)
The start of the time period during which resources are searched (formatted according to
RFC3339).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public SummarizeJreUsageRequest.Builder fleetId(String fleetId)
The OCID of the Fleet.
fleetId
- the value to setpublic SummarizeJreUsageRequest.Builder jreId(String jreId)
The Fleet-unique identifier of the related Java Runtime.
jreId
- the value to setpublic SummarizeJreUsageRequest.Builder jreVendor(String jreVendor)
The vendor of the Java Runtime.
jreVendor
- the value to setpublic SummarizeJreUsageRequest.Builder jreDistribution(String jreDistribution)
The distribution of the Java Runtime.
jreDistribution
- the value to setpublic SummarizeJreUsageRequest.Builder jreVersion(String jreVersion)
The version of the Java Runtime.
jreVersion
- the value to setpublic SummarizeJreUsageRequest.Builder applicationId(String applicationId)
The Fleet-unique identifier of the related application.
applicationId
- the value to setpublic SummarizeJreUsageRequest.Builder managedInstanceId(String managedInstanceId)
The Fleet-unique identifier of the related managed instance.
managedInstanceId
- the value to setpublic 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’.
fields
- the value to setpublic 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’.
singularValue
- the singular value to setpublic SummarizeJreUsageRequest.Builder timeStart(Date timeStart)
The start of the time period during which resources are searched (formatted according to RFC3339).
timeStart
- the value to setpublic SummarizeJreUsageRequest.Builder timeEnd(Date timeEnd)
The end of the time period during which resources are searched (formatted according to RFC3339).
timeEnd
- the value to setpublic SummarizeJreUsageRequest.Builder limit(Integer limit)
The maximum number of items to return.
limit
- the value to setpublic 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.
page
- the value to setpublic SummarizeJreUsageRequest.Builder sortOrder(SortOrder sortOrder)
The sort order, either ‘asc’ or ‘desc’.
sortOrder
- the value to setpublic 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.
sortBy
- the value to setpublic SummarizeJreUsageRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic SummarizeJreUsageRequest.Builder osFamily(List<OsFamily> osFamily)
The operating system type.
osFamily
- the value to setpublic SummarizeJreUsageRequest.Builder osFamily(OsFamily singularValue)
Singular setter. The operating system type.
singularValue
- the singular value to setpublic SummarizeJreUsageRequest.Builder jreSecurityStatus(JreSecurityStatus jreSecurityStatus)
The security status of the Java Runtime.
jreSecurityStatus
- the value to setpublic SummarizeJreUsageRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic SummarizeJreUsageRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic SummarizeJreUsageRequest.Builder copy(SummarizeJreUsageRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<SummarizeJreUsageRequest,Void>
o
- other request from which to copy valuespublic SummarizeJreUsageRequest build()
Build the instance of SummarizeJreUsageRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<SummarizeJreUsageRequest,Void>
public SummarizeJreUsageRequest buildWithoutInvocationCallback()
Build the instance of SummarizeJreUsageRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2024. All rights reserved.