Uses of Class
com.ibm.cloud.watsonxdata.watsonx_data.v1.model.Rule.Builder
-
Packages that use Rule.Builder Package Description com.ibm.cloud.watsonxdata.watsonx_data.v1.model -
-
Uses of Rule.Builder in com.ibm.cloud.watsonxdata.watsonx_data.v1.model
Methods in com.ibm.cloud.watsonxdata.watsonx_data.v1.model that return Rule.Builder Modifier and Type Method Description Rule.Builder
Rule.Builder. actions(java.util.List<java.lang.String> actions)
Set the actions.Rule.Builder
Rule.Builder. addActions(java.lang.String actions)
Adds an actions to actions.Rule.Builder
Rule.Builder. effect(java.lang.String effect)
Set the effect.Rule.Builder
Rule.Builder. grantee(RuleGrantee grantee)
Set the grantee.Rule.Builder
Rule. newBuilder()
New builder.
-