Interface Filter.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Filter.Builder,,Filter> SdkBuilder<Filter.Builder,,Filter> SdkPojo
- Enclosing class:
- Filter
@Mutable
@NotThreadSafe
public static interface Filter.Builder
extends SdkPojo, CopyableBuilder<Filter.Builder,Filter>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the filter.The filter values.values(Collection<String> values) The filter values.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
-
name
The name of the filter. Filter names are case-sensitive.
- Parameters:
name- The name of the filter. Filter names are case-sensitive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The filter values. Filter values are case-sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.- Parameters:
values- The filter values. Filter values are case-sensitive. If you specify multiple values for a filter, the values are joined with anOR, and the request returns all results that match any of the specified values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The filter values. Filter values are case-sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.- Parameters:
values- The filter values. Filter values are case-sensitive. If you specify multiple values for a filter, the values are joined with anOR, and the request returns all results that match any of the specified values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-