public static class SummarizeLibraryUsageRequest.Builder extends Object implements BmcRequest.Builder<SummarizeLibraryUsageRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SummarizeLibraryUsageRequest.Builder |
applicationKey(String applicationKey)
The deployed application key.
|
SummarizeLibraryUsageRequest |
build()
Build the instance of SummarizeLibraryUsageRequest as configured by this builder
|
SummarizeLibraryUsageRequest |
buildWithoutInvocationCallback()
Build the instance of SummarizeLibraryUsageRequest as configured by this builder
|
SummarizeLibraryUsageRequest.Builder |
copy(SummarizeLibraryUsageRequest o)
Copy method to populate the builder with values from the given instance.
|
SummarizeLibraryUsageRequest.Builder |
cvssScoreGreaterThan(Integer cvssScoreGreaterThan)
Total Common Vulnerability Scoring System (CVSS) Score reported by the analysis.
|
SummarizeLibraryUsageRequest.Builder |
cvssScoreLessThan(Integer cvssScoreLessThan)
Total Common Vulnerability Scoring System (CVSS) Score reported by the analysis.
|
SummarizeLibraryUsageRequest.Builder |
fleetId(String fleetId)
The OCID of the
Fleet.
|
SummarizeLibraryUsageRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
SummarizeLibraryUsageRequest.Builder |
libraryKey(String libraryKey)
The library key.
|
SummarizeLibraryUsageRequest.Builder |
libraryName(String libraryName)
The library name.
|
SummarizeLibraryUsageRequest.Builder |
libraryNameContains(String libraryNameContains)
Filter the list with library name contains the given value.
|
SummarizeLibraryUsageRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
SummarizeLibraryUsageRequest.Builder |
managedInstanceId(String managedInstanceId)
The Fleet-unique identifier of the managed instance.
|
SummarizeLibraryUsageRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
SummarizeLibraryUsageRequest.Builder |
page(String page)
The page token representing the page at which to start retrieving results.
|
SummarizeLibraryUsageRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
SummarizeLibraryUsageRequest.Builder |
serverInstanceKey(String serverInstanceKey)
The Java Server instance key.
|
SummarizeLibraryUsageRequest.Builder |
sortBy(LibrarySortBy sortBy)
The field to sort libraries.
|
SummarizeLibraryUsageRequest.Builder |
sortOrder(SortOrder sortOrder)
The sort order, either ‘asc’ or ‘desc’.
|
SummarizeLibraryUsageRequest.Builder |
timeEnd(Date timeEnd)
The end of the time period during which resources are searched (formatted according to
RFC3339).
|
SummarizeLibraryUsageRequest.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 SummarizeLibraryUsageRequest.Builder fleetId(String fleetId)
The OCID of the Fleet.
fleetId
- the value to setpublic SummarizeLibraryUsageRequest.Builder serverInstanceKey(String serverInstanceKey)
The Java Server instance key.
serverInstanceKey
- the value to setpublic SummarizeLibraryUsageRequest.Builder managedInstanceId(String managedInstanceId)
The Fleet-unique identifier of the managed instance.
managedInstanceId
- the value to setpublic SummarizeLibraryUsageRequest.Builder applicationKey(String applicationKey)
The deployed application key.
applicationKey
- the value to setpublic SummarizeLibraryUsageRequest.Builder libraryKey(String libraryKey)
The library key.
libraryKey
- the value to setpublic SummarizeLibraryUsageRequest.Builder libraryNameContains(String libraryNameContains)
Filter the list with library name contains the given value.
libraryNameContains
- the value to setpublic SummarizeLibraryUsageRequest.Builder libraryName(String libraryName)
The library name.
libraryName
- the value to setpublic SummarizeLibraryUsageRequest.Builder cvssScoreGreaterThan(Integer cvssScoreGreaterThan)
Total Common Vulnerability Scoring System (CVSS) Score reported by the analysis.
cvssScoreGreaterThan
- the value to setpublic SummarizeLibraryUsageRequest.Builder cvssScoreLessThan(Integer cvssScoreLessThan)
Total Common Vulnerability Scoring System (CVSS) Score reported by the analysis.
cvssScoreLessThan
- the value to setpublic SummarizeLibraryUsageRequest.Builder timeStart(Date timeStart)
The start of the time period during which resources are searched (formatted according to RFC3339).
timeStart
- the value to setpublic SummarizeLibraryUsageRequest.Builder timeEnd(Date timeEnd)
The end of the time period during which resources are searched (formatted according to RFC3339).
timeEnd
- the value to setpublic SummarizeLibraryUsageRequest.Builder limit(Integer limit)
The maximum number of items to return.
limit
- the value to setpublic SummarizeLibraryUsageRequest.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 SummarizeLibraryUsageRequest.Builder sortOrder(SortOrder sortOrder)
The sort order, either ‘asc’ or ‘desc’.
sortOrder
- the value to setpublic SummarizeLibraryUsageRequest.Builder sortBy(LibrarySortBy sortBy)
The field to sort libraries. Only one sort order may be provided. If no value is specified timeLastSeen is default.
sortBy
- the value to setpublic SummarizeLibraryUsageRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic SummarizeLibraryUsageRequest.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 SummarizeLibraryUsageRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic SummarizeLibraryUsageRequest.Builder copy(SummarizeLibraryUsageRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<SummarizeLibraryUsageRequest,Void>
o
- other request from which to copy valuespublic SummarizeLibraryUsageRequest build()
Build the instance of SummarizeLibraryUsageRequest 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<SummarizeLibraryUsageRequest,Void>
public SummarizeLibraryUsageRequest buildWithoutInvocationCallback()
Build the instance of SummarizeLibraryUsageRequest 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.