Class FilterCriteria
- java.lang.Object
-
- software.amazon.awssdk.services.detective.model.FilterCriteria
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FilterCriteria.Builder,FilterCriteria>
@Generated("software.amazon.awssdk:codegen") public final class FilterCriteria extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FilterCriteria.Builder,FilterCriteria>
Details on the criteria used to define the filter for investigation results.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFilterCriteria.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FilterCriteria.Builderbuilder()DateFiltercreatedTime()Filter the investigation results based on when the investigation was created.StringFilterentityArn()Filter the investigation results based on the Amazon Resource Name (ARN) of the entity.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends FilterCriteria.Builder>serializableBuilderClass()StringFilterseverity()Filter the investigation results based on the severity.StringFilterstate()Filter the investigation results based on the state.StringFilterstatus()Filter the investigation results based on the status.FilterCriteria.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
-
severity
public final StringFilter severity()
Filter the investigation results based on the severity.
- Returns:
- Filter the investigation results based on the severity.
-
status
public final StringFilter status()
Filter the investigation results based on the status.
- Returns:
- Filter the investigation results based on the status.
-
state
public final StringFilter state()
Filter the investigation results based on the state.
- Returns:
- Filter the investigation results based on the state.
-
entityArn
public final StringFilter entityArn()
Filter the investigation results based on the Amazon Resource Name (ARN) of the entity.
- Returns:
- Filter the investigation results based on the Amazon Resource Name (ARN) of the entity.
-
createdTime
public final DateFilter createdTime()
Filter the investigation results based on when the investigation was created.
- Returns:
- Filter the investigation results based on when the investigation was created.
-
toBuilder
public FilterCriteria.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FilterCriteria.Builder,FilterCriteria>
-
builder
public static FilterCriteria.Builder builder()
-
serializableBuilderClass
public static Class<? extends FilterCriteria.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.
-
-