Package com.oracle.bmc.jms.requests
Class ListInstallationSitesRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.jms.requests.ListInstallationSitesRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListInstallationSitesRequest,Void>
- Enclosing class:
- ListInstallationSitesRequest
public static class ListInstallationSitesRequest.Builder extends Object implements BmcRequest.Builder<ListInstallationSitesRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListInstallationSitesRequest.BuilderapplicationId(String applicationId)The Fleet-unique identifier of the related application.ListInstallationSitesRequestbuild()Build the instance of ListInstallationSitesRequest as configured by this builderListInstallationSitesRequestbuildWithoutInvocationCallback()Build the instance of ListInstallationSitesRequest as configured by this builderListInstallationSitesRequest.Buildercopy(ListInstallationSitesRequest o)Copy method to populate the builder with values from the given instance.ListInstallationSitesRequest.BuilderfleetId(String fleetId)The OCID of the Fleet.ListInstallationSitesRequest.BuilderinstallationPath(String installationPath)The file system path of the installation.ListInstallationSitesRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListInstallationSitesRequest.BuilderjreDistribution(String jreDistribution)The distribution of the related Java Runtime.ListInstallationSitesRequest.BuilderjreSecurityStatus(JreSecurityStatus jreSecurityStatus)The security status of the Java Runtime.ListInstallationSitesRequest.BuilderjreVendor(String jreVendor)The vendor of the related Java Runtime.ListInstallationSitesRequest.BuilderjreVersion(String jreVersion)The version of the related Java Runtime.ListInstallationSitesRequest.Builderlimit(Integer limit)The maximum number of items to return.ListInstallationSitesRequest.BuildermanagedInstanceId(String managedInstanceId)The Fleet-unique identifier of the related managed instance.ListInstallationSitesRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.ListInstallationSitesRequest.BuilderosFamily(OsFamily singularValue)Singular setter.ListInstallationSitesRequest.BuilderosFamily(List<OsFamily> osFamily)The operating system type.ListInstallationSitesRequest.Builderpage(String page)The page token representing the page at which to start retrieving results.ListInstallationSitesRequest.BuilderpathContains(String pathContains)Filter the list with path contains the given value.ListInstallationSitesRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListInstallationSitesRequest.BuildersortBy(InstallationSiteSortBy sortBy)The field to sort installation sites.ListInstallationSitesRequest.BuildersortOrder(SortOrder sortOrder)The sort order, either ‘asc’ or ‘desc’.ListInstallationSitesRequest.BuildertimeEnd(Date timeEnd)The end of the time period during which resources are searched (formatted according to RFC3339).ListInstallationSitesRequest.BuildertimeStart(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 ListInstallationSitesRequest.Builder fleetId(String fleetId)
The OCID of the Fleet.- Parameters:
fleetId- the value to set- Returns:
- this builder instance
-
jreVendor
public ListInstallationSitesRequest.Builder jreVendor(String jreVendor)
The vendor of the related Java Runtime.- Parameters:
jreVendor- the value to set- Returns:
- this builder instance
-
jreDistribution
public ListInstallationSitesRequest.Builder jreDistribution(String jreDistribution)
The distribution of the related Java Runtime.- Parameters:
jreDistribution- the value to set- Returns:
- this builder instance
-
jreVersion
public ListInstallationSitesRequest.Builder jreVersion(String jreVersion)
The version of the related Java Runtime.- Parameters:
jreVersion- the value to set- Returns:
- this builder instance
-
installationPath
public ListInstallationSitesRequest.Builder installationPath(String installationPath)
The file system path of the installation.- Parameters:
installationPath- the value to set- Returns:
- this builder instance
-
applicationId
public ListInstallationSitesRequest.Builder applicationId(String applicationId)
The Fleet-unique identifier of the related application.- Parameters:
applicationId- the value to set- Returns:
- this builder instance
-
managedInstanceId
public ListInstallationSitesRequest.Builder managedInstanceId(String managedInstanceId)
The Fleet-unique identifier of the related managed instance.- Parameters:
managedInstanceId- the value to set- Returns:
- this builder instance
-
limit
public ListInstallationSitesRequest.Builder limit(Integer limit)
The maximum number of items to return.- Parameters:
limit- the value to set- Returns:
- this builder instance
-
page
public ListInstallationSitesRequest.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 ListInstallationSitesRequest.Builder sortOrder(SortOrder sortOrder)
The sort order, either ‘asc’ or ‘desc’.- Parameters:
sortOrder- the value to set- Returns:
- this builder instance
-
sortBy
public ListInstallationSitesRequest.Builder sortBy(InstallationSiteSortBy sortBy)
The field to sort installation sites.Only one sort order may be provided. Default order for timeLastSeen, and jreVersion, approximateApplicationCount is descending. Default order for managedInstanceId, jreDistribution, jreVendor and osName is ascending. If no value is specified managedInstanceId is default.
- Parameters:
sortBy- the value to set- Returns:
- this builder instance
-
opcRequestId
public ListInstallationSitesRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
opcRequestId- the value to set- Returns:
- this builder instance
-
osFamily
public ListInstallationSitesRequest.Builder osFamily(List<OsFamily> osFamily)
The operating system type.- Parameters:
osFamily- the value to set- Returns:
- this builder instance
-
osFamily
public ListInstallationSitesRequest.Builder osFamily(OsFamily singularValue)
Singular setter.The operating system type.
- Parameters:
singularValue- the singular value to set- Returns:
- this builder instance
-
jreSecurityStatus
public ListInstallationSitesRequest.Builder jreSecurityStatus(JreSecurityStatus jreSecurityStatus)
The security status of the Java Runtime.- Parameters:
jreSecurityStatus- the value to set- Returns:
- this builder instance
-
pathContains
public ListInstallationSitesRequest.Builder pathContains(String pathContains)
Filter the list with path contains the given value.- Parameters:
pathContains- the value to set- Returns:
- this builder instance
-
timeStart
public ListInstallationSitesRequest.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 ListInstallationSitesRequest.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
-
invocationCallback
public ListInstallationSitesRequest.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 ListInstallationSitesRequest.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 ListInstallationSitesRequest.Builder copy(ListInstallationSitesRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcRequest.Builder<ListInstallationSitesRequest,Void>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public ListInstallationSitesRequest build()
Build the instance of ListInstallationSitesRequest 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 interfaceBmcRequest.Builder<ListInstallationSitesRequest,Void>- Returns:
- instance of ListInstallationSitesRequest
-
buildWithoutInvocationCallback
public ListInstallationSitesRequest buildWithoutInvocationCallback()
Build the instance of ListInstallationSitesRequest 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 ListInstallationSitesRequest
-
-