public static class ListApplicationDependencyRecommendationsRequest.Builder extends Object implements BmcRequest.Builder<ListApplicationDependencyRecommendationsRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListApplicationDependencyRecommendationsRequest |
build()
Build the instance of ListApplicationDependencyRecommendationsRequest as configured by
this builder
|
ListApplicationDependencyRecommendationsRequest |
buildWithoutInvocationCallback()
Build the instance of ListApplicationDependencyRecommendationsRequest as configured by
this builder
|
ListApplicationDependencyRecommendationsRequest.Builder |
copy(ListApplicationDependencyRecommendationsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListApplicationDependencyRecommendationsRequest.Builder |
gav(String gav)
A filter to return only resources that match the entire GAV (Group Artifact Version)
identifier given.
|
ListApplicationDependencyRecommendationsRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListApplicationDependencyRecommendationsRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
ListApplicationDependencyRecommendationsRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListApplicationDependencyRecommendationsRequest.Builder |
page(String page)
A token representing the position at which to start retrieving results.
|
ListApplicationDependencyRecommendationsRequest.Builder |
purl(String purl)
A filter to return only resources that match the entire PURL given
(https://github.com/package-url/purl-spec/).
|
ListApplicationDependencyRecommendationsRequest.Builder |
remediationRunId(String remediationRunId)
Unique Remediation Run identifier path parameter.
|
ListApplicationDependencyRecommendationsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListApplicationDependencyRecommendationsRequest.Builder |
sortBy(ListApplicationDependencyRecommendationsRequest.SortBy sortBy)
The field to sort by.
|
ListApplicationDependencyRecommendationsRequest.Builder |
sortOrder(SortOrder sortOrder)
The sort order to use, either ‘ASC’ or ‘DESC’.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListApplicationDependencyRecommendationsRequest.Builder remediationRunId(String remediationRunId)
Unique Remediation Run identifier path parameter.
remediationRunId
- the value to setpublic ListApplicationDependencyRecommendationsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic ListApplicationDependencyRecommendationsRequest.Builder limit(Integer limit)
The maximum number of items to return.
limit
- the value to setpublic ListApplicationDependencyRecommendationsRequest.Builder page(String page)
A token representing the position at which to start retrieving results. This must come
from the opc-next-page
header field of a previous response.
page
- the value to setpublic ListApplicationDependencyRecommendationsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order to use, either ‘ASC’ or ‘DESC’.
sortOrder
- the value to setpublic ListApplicationDependencyRecommendationsRequest.Builder gav(String gav)
A filter to return only resources that match the entire GAV (Group Artifact Version) identifier given.
gav
- the value to setpublic ListApplicationDependencyRecommendationsRequest.Builder purl(String purl)
A filter to return only resources that match the entire PURL given (https://github.com/package-url/purl-spec/).
purl
- the value to setpublic ListApplicationDependencyRecommendationsRequest.Builder sortBy(ListApplicationDependencyRecommendationsRequest.SortBy sortBy)
The field to sort by. Only one sort order may be provided. If sort order is dfs, the nodes are returned by going through the application dependency tree in a depth-first manner. Children are sorted based on their GAV property alphabetically (either ascending or descending, depending on the order parameter). Default order is ascending. If sort order is bfs, the nodes are returned by going through the application dependency tree in a breadth-first manner. Children are sorted based on their GAV property alphabetically (either ascending or descending, depending on the order parameter). Default order is ascending. Default order for gav is ascending where ascending corresponds to alphanumerical order. Default order for purl is ascending where ascending corresponds to alphabetical order Default order for nodeId is ascending where ascending corresponds to alphanumerical order. Sorting by DFS or BFS cannot be used in conjunction with the following query parameters: “gav”, “cvssV2GreaterThanOrEqual”, “cvssV3GreaterThanOrEqual” and “vulnerabilityId”.
sortBy
- the value to setpublic ListApplicationDependencyRecommendationsRequest.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 ListApplicationDependencyRecommendationsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListApplicationDependencyRecommendationsRequest.Builder copy(ListApplicationDependencyRecommendationsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListApplicationDependencyRecommendationsRequest,Void>
o
- other request from which to copy valuespublic ListApplicationDependencyRecommendationsRequest build()
Build the instance of ListApplicationDependencyRecommendationsRequest 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<ListApplicationDependencyRecommendationsRequest,Void>
public ListApplicationDependencyRecommendationsRequest buildWithoutInvocationCallback()
Build the instance of ListApplicationDependencyRecommendationsRequest 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.