@Generated(value="software.amazon.awssdk:codegen") public final class CriteriaForJob extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CriteriaForJob.Builder,CriteriaForJob>
Specifies a property- or tag-based condition that defines criteria for including or excluding S3 buckets from a classification job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CriteriaForJob.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CriteriaForJob.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CriteriaForJob.Builder> |
serializableBuilderClass() |
SimpleCriterionForJob |
simpleCriterion()
A property-based condition that defines a property, operator, and one or more values for including or excluding
buckets from the job.
|
TagCriterionForJob |
tagCriterion()
A tag-based condition that defines an operator and tag keys, tag values, or tag key and value pairs for including
or excluding buckets from the job.
|
CriteriaForJob.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SimpleCriterionForJob simpleCriterion()
A property-based condition that defines a property, operator, and one or more values for including or excluding buckets from the job.
public final TagCriterionForJob tagCriterion()
A tag-based condition that defines an operator and tag keys, tag values, or tag key and value pairs for including or excluding buckets from the job.
public CriteriaForJob.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CriteriaForJob.Builder,CriteriaForJob>public static CriteriaForJob.Builder builder()
public static Class<? extends CriteriaForJob.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.