| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static JobScopeTerm.Builder |
JobScopeTerm.builder() |
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 an object from the job.
|
JobScopeTerm.Builder |
JobScopeTerm.Builder.simpleScopeTerm(SimpleScopeTerm simpleScopeTerm)
A property-based condition that defines a property, operator, and one or more values for including or
excluding an object from the job.
|
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 an object from the job.
|
JobScopeTerm.Builder |
JobScopeTerm.Builder.tagScopeTerm(TagScopeTerm tagScopeTerm)
A tag-based condition that defines the operator and tag keys or tag key and value pairs for including or
excluding an object from the job.
|
JobScopeTerm.Builder |
JobScopeTerm.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends JobScopeTerm.Builder> |
JobScopeTerm.serializableBuilderClass() |
Copyright © 2020. All rights reserved.