static RecommendationsRequest.Builder |
RecommendationsRequest.builder() |
Return a new builder for this request object.
|
RecommendationsRequest.Builder |
RecommendationsRequest.Builder.catalogId(String catalogId) |
Unique catalog identifier.
|
RecommendationsRequest.Builder |
RecommendationsRequest.Builder.copy(RecommendationsRequest o) |
Copy method to populate the builder with values from the given instance.
|
RecommendationsRequest.Builder |
RecommendationsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
RecommendationsRequest.Builder |
RecommendationsRequest.Builder.opcRequestId(String opcRequestId) |
The client request ID for tracing.
|
RecommendationsRequest.Builder |
RecommendationsRequest.Builder.recommendationStatus(RecommendationStatus recommendationStatus) |
A filter used to return only recommendations having the requested status.
|
RecommendationsRequest.Builder |
RecommendationsRequest.Builder.recommendationType(RecommendationType singularValue) |
Singular setter.
|
RecommendationsRequest.Builder |
RecommendationsRequest.Builder.recommendationType(List<RecommendationType> recommendationType) |
A filter used to return only recommendations of the specified type.
|
RecommendationsRequest.Builder |
RecommendationsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
RecommendationsRequest.Builder |
RecommendationsRequest.Builder.sourceObjectKey(String sourceObjectKey) |
A filter used to provide the unique identifier of the source object, for which a list of
recommendations will be returned for review.
|
RecommendationsRequest.Builder |
RecommendationsRequest.Builder.sourceObjectType(RecommendationResourceType sourceObjectType) |
A filter used to provide the type of the source object, for which a list of
recommendations will be returned for review.
|
RecommendationsRequest.Builder |
RecommendationsRequest.toBuilder() |
|