Uses of Class
com.oracle.bmc.waas.model.Recommendation.Builder
-
Packages that use Recommendation.Builder Package Description com.oracle.bmc.waas.model -
-
Uses of Recommendation.Builder in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return Recommendation.Builder Modifier and Type Method Description static Recommendation.Builder
Recommendation. builder()
Create a new builder.Recommendation.Builder
Recommendation.Builder. copy(Recommendation model)
Recommendation.Builder
Recommendation.Builder. description(String description)
The description of the recommended protection rule.Recommendation.Builder
Recommendation.Builder. key(String key)
The unique key for the recommended protection rule.Recommendation.Builder
Recommendation.Builder. labels(List<String> labels)
The list of labels for the recommended protection rule.Recommendation.Builder
Recommendation.Builder. modSecurityRuleIds(List<String> modSecurityRuleIds)
The list of the ModSecurity rule IDs associated with the protection rule.Recommendation.Builder
Recommendation.Builder. name(String name)
The name of the recommended protection rule.Recommendation.Builder
Recommendation.Builder. recommendedAction(String recommendedAction)
The recommended action to apply to the protection rule.Recommendation.Builder
Recommendation. toBuilder()
-