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.BuilderRule.Builder. actions(java.util.List<java.lang.String> actions)Set the actions.Rule.BuilderRule.Builder. addActions(java.lang.String actions)Adds an actions to actions.Rule.BuilderRule.Builder. effect(java.lang.String effect)Set the effect.Rule.BuilderRule.Builder. grantee(RuleGrantee grantee)Set the grantee.Rule.BuilderRule. newBuilder()New builder.
-