@Generated(value="software.amazon.awssdk:codegen") public final class Scoping extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Scoping.Builder,Scoping>
Specifies one or more property- and tag-based conditions that define criteria for including or excluding S3 objects from a classification job. Exclude conditions take precedence over include conditions.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Scoping.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Scoping.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
JobScopingBlock |
excludes()
The property- and tag-based conditions that determine which objects to exclude from the analysis.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
JobScopingBlock |
includes()
The property- and tag-based conditions that determine which objects to include in the analysis.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Scoping.Builder> |
serializableBuilderClass() |
Scoping.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final JobScopingBlock excludes()
The property- and tag-based conditions that determine which objects to exclude from the analysis.
public final JobScopingBlock includes()
The property- and tag-based conditions that determine which objects to include in the analysis.
public Scoping.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Scoping.Builder,Scoping>public static Scoping.Builder builder()
public static Class<? extends Scoping.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.