Interface IngestionJobFilter.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IngestionJobFilter.Builder,,IngestionJobFilter> SdkBuilder<IngestionJobFilter.Builder,,IngestionJobFilter> SdkPojo
- Enclosing class:
- IngestionJobFilter
@Mutable
@NotThreadSafe
public static interface IngestionJobFilter.Builder
extends SdkPojo, CopyableBuilder<IngestionJobFilter.Builder,IngestionJobFilter>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of field or attribute to apply the filter.attribute(IngestionJobFilterAttribute attribute) The name of field or attribute to apply the filter.The operation to apply to the field or attribute.operator(IngestionJobFilterOperator operator) The operation to apply to the field or attribute.A list of values that belong to the field or attribute.values(Collection<String> values) A list of values that belong to the field or attribute.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
attribute
The name of field or attribute to apply the filter.
- Parameters:
attribute- The name of field or attribute to apply the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
attribute
The name of field or attribute to apply the filter.
- Parameters:
attribute- The name of field or attribute to apply the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operator
The operation to apply to the field or attribute.
- Parameters:
operator- The operation to apply to the field or attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operator
The operation to apply to the field or attribute.
- Parameters:
operator- The operation to apply to the field or attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
values
A list of values that belong to the field or attribute.
- Parameters:
values- A list of values that belong to the field or attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
A list of values that belong to the field or attribute.
- Parameters:
values- A list of values that belong to the field or attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-