| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static SimpleScopeTerm.Builder |
SimpleScopeTerm.builder() |
SimpleScopeTerm.Builder |
SimpleScopeTerm.Builder.comparator(JobComparator comparator)
The operator to use in the condition.
|
SimpleScopeTerm.Builder |
SimpleScopeTerm.Builder.comparator(String comparator)
The operator to use in the condition.
|
SimpleScopeTerm.Builder |
SimpleScopeTerm.Builder.key(ScopeFilterKey key)
The object property to use in the condition.
|
SimpleScopeTerm.Builder |
SimpleScopeTerm.Builder.key(String key)
The object property to use in the condition.
|
SimpleScopeTerm.Builder |
SimpleScopeTerm.toBuilder() |
SimpleScopeTerm.Builder |
SimpleScopeTerm.Builder.values(Collection<String> values)
An array that lists the values to use in the condition.
|
SimpleScopeTerm.Builder |
SimpleScopeTerm.Builder.values(String... values)
An array that lists the values to use in the condition.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SimpleScopeTerm.Builder> |
SimpleScopeTerm.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default JobScopeTerm.Builder |
JobScopeTerm.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.
|
Copyright © 2021. All rights reserved.