static ListApplicationDependencyRecommendationsRequest.Builder |
ListApplicationDependencyRecommendationsRequest.builder() |
Return a new builder for this request object.
|
ListApplicationDependencyRecommendationsRequest.Builder |
ListApplicationDependencyRecommendationsRequest.Builder.copy(ListApplicationDependencyRecommendationsRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListApplicationDependencyRecommendationsRequest.Builder |
ListApplicationDependencyRecommendationsRequest.Builder.gav(String gav) |
A filter to return only resources that match the entire GAV (Group Artifact Version)
identifier given.
|
ListApplicationDependencyRecommendationsRequest.Builder |
ListApplicationDependencyRecommendationsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListApplicationDependencyRecommendationsRequest.Builder |
ListApplicationDependencyRecommendationsRequest.Builder.limit(Integer limit) |
The maximum number of items to return.
|
ListApplicationDependencyRecommendationsRequest.Builder |
ListApplicationDependencyRecommendationsRequest.Builder.opcRequestId(String opcRequestId) |
The client request ID for tracing.
|
ListApplicationDependencyRecommendationsRequest.Builder |
ListApplicationDependencyRecommendationsRequest.Builder.page(String page) |
A token representing the position at which to start retrieving results.
|
ListApplicationDependencyRecommendationsRequest.Builder |
ListApplicationDependencyRecommendationsRequest.Builder.purl(String purl) |
A filter to return only resources that match the entire purl given.
|
ListApplicationDependencyRecommendationsRequest.Builder |
ListApplicationDependencyRecommendationsRequest.Builder.remediationRunId(String remediationRunId) |
Unique Remediation Run identifier path parameter.
|
ListApplicationDependencyRecommendationsRequest.Builder |
ListApplicationDependencyRecommendationsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListApplicationDependencyRecommendationsRequest.Builder |
ListApplicationDependencyRecommendationsRequest.Builder.sortBy(ListApplicationDependencyRecommendationsRequest.SortBy sortBy) |
The field to sort by.
|
ListApplicationDependencyRecommendationsRequest.Builder |
ListApplicationDependencyRecommendationsRequest.Builder.sortOrder(SortOrder sortOrder) |
The sort order to use, either ‘ASC’ or ‘DESC’.
|
ListApplicationDependencyRecommendationsRequest.Builder |
ListApplicationDependencyRecommendationsRequest.toBuilder() |
|