Uses of Interface
software.amazon.awssdk.services.macie2.model.SimpleScopeTerm.Builder
-
Packages that use SimpleScopeTerm.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of SimpleScopeTerm.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return SimpleScopeTerm.Builder Modifier and Type Method Description static SimpleScopeTerm.BuilderSimpleScopeTerm. builder()SimpleScopeTerm.BuilderSimpleScopeTerm.Builder. comparator(String comparator)The operator to use in the condition.SimpleScopeTerm.BuilderSimpleScopeTerm.Builder. comparator(JobComparator comparator)The operator to use in the condition.SimpleScopeTerm.BuilderSimpleScopeTerm.Builder. key(String key)The object property to use in the condition.SimpleScopeTerm.BuilderSimpleScopeTerm.Builder. key(ScopeFilterKey key)The object property to use in the condition.SimpleScopeTerm.BuilderSimpleScopeTerm. toBuilder()SimpleScopeTerm.BuilderSimpleScopeTerm.Builder. values(String... values)An array that lists the values to use in the condition.SimpleScopeTerm.BuilderSimpleScopeTerm.Builder. values(Collection<String> values)An array that lists the values to use in the condition.Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type SimpleScopeTerm.Builder Modifier and Type Method Description static Class<? extends SimpleScopeTerm.Builder>SimpleScopeTerm. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type SimpleScopeTerm.Builder Modifier and Type Method Description default JobScopeTerm.BuilderJobScopeTerm.Builder. simpleScopeTerm(Consumer<SimpleScopeTerm.Builder> simpleScopeTerm)A property-based condition that defines a property, operator, and one or more values for including or excluding objects from the job.
-