Uses of Class
com.oracle.bmc.dataintegration.model.TypeListRule.Builder
-
Packages that use TypeListRule.Builder Package Description com.oracle.bmc.dataintegration.model -
-
Uses of TypeListRule.Builder in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return TypeListRule.Builder Modifier and Type Method Description static TypeListRule.BuilderTypeListRule. builder()Create a new builder.TypeListRule.BuilderTypeListRule.Builder. configValues(ConfigValues configValues)TypeListRule.BuilderTypeListRule.Builder. copy(TypeListRule model)TypeListRule.BuilderTypeListRule.Builder. description(String description)TypeListRule.BuilderTypeListRule.Builder. isCascade(Boolean isCascade)Specifies whether to cascade or not.TypeListRule.BuilderTypeListRule.Builder. isCaseSensitive(Boolean isCaseSensitive)Specifies if the rule is case sensitive.TypeListRule.BuilderTypeListRule.Builder. isJavaRegexSyntax(Boolean isJavaRegexSyntax)TypeListRule.BuilderTypeListRule.Builder. isSkipRemainingRulesOnMatch(Boolean isSkipRemainingRulesOnMatch)Specifies whether to skip remaining rules when a match is found.TypeListRule.BuilderTypeListRule.Builder. key(String key)TypeListRule.BuilderTypeListRule.Builder. matchingStrategy(TypeListRule.MatchingStrategy matchingStrategy)The pattern matching strategy.TypeListRule.BuilderTypeListRule.Builder. modelVersion(String modelVersion)TypeListRule.BuilderTypeListRule.Builder. objectStatus(Integer objectStatus)TypeListRule.BuilderTypeListRule.Builder. parentRef(ParentReference parentRef)TypeListRule.BuilderTypeListRule.Builder. ruleType(TypeListRule.RuleType ruleType)The rule type.TypeListRule.BuilderTypeListRule.Builder. scope(Object scope)Reference to a typed object.TypeListRule.BuilderTypeListRule. toBuilder()TypeListRule.BuilderTypeListRule.Builder. types(List<Object> types)An arry of types.
-