| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static TagScopeTerm.Builder |
TagScopeTerm.builder() |
TagScopeTerm.Builder |
TagScopeTerm.Builder.comparator(JobComparator comparator)
The operator to use in the condition.
|
TagScopeTerm.Builder |
TagScopeTerm.Builder.comparator(String comparator)
The operator to use in the condition.
|
TagScopeTerm.Builder |
TagScopeTerm.Builder.key(String key)
The object property to use in the condition.
|
TagScopeTerm.Builder |
TagScopeTerm.Builder.tagValues(Collection<TagValuePair> tagValues)
The tag keys or tag key and value pairs to use in the condition.
|
TagScopeTerm.Builder |
TagScopeTerm.Builder.tagValues(Consumer<TagValuePair.Builder>... tagValues)
The tag keys or tag key and value pairs to use in the condition.
|
TagScopeTerm.Builder |
TagScopeTerm.Builder.tagValues(TagValuePair... tagValues)
The tag keys or tag key and value pairs to use in the condition.
|
TagScopeTerm.Builder |
TagScopeTerm.Builder.target(String target)
The type of object to apply the condition to.
|
TagScopeTerm.Builder |
TagScopeTerm.Builder.target(TagTarget target)
The type of object to apply the condition to.
|
TagScopeTerm.Builder |
TagScopeTerm.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TagScopeTerm.Builder> |
TagScopeTerm.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default JobScopeTerm.Builder |
JobScopeTerm.Builder.tagScopeTerm(Consumer<TagScopeTerm.Builder> tagScopeTerm)
A tag-based condition that defines the operator and tag keys or tag key and value pairs for including or
excluding objects from the job.
|
Copyright © 2021. All rights reserved.