Class CriteriaForJob
- java.lang.Object
-
- software.amazon.awssdk.services.macie2.model.CriteriaForJob
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CriteriaForJob.Builder,CriteriaForJob>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCriteriaForJob.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CriteriaForJob.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends CriteriaForJob.Builder>serializableBuilderClass()SimpleCriterionForJobsimpleCriterion()A property-based condition that defines a property, operator, and one or more values for including or excluding buckets from the job.TagCriterionForJobtagCriterion()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.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
simpleCriterion
public 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.
- Returns:
- A property-based condition that defines a property, operator, and one or more values for including or excluding buckets from the job.
-
tagCriterion
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.
- Returns:
- 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.
-
toBuilder
public CriteriaForJob.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CriteriaForJob.Builder,CriteriaForJob>
-
builder
public static CriteriaForJob.Builder builder()
-
serializableBuilderClass
public static Class<? extends CriteriaForJob.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-