Interface ProductInformationFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ProductInformationFilter.Builder,ProductInformationFilter>,SdkBuilder<ProductInformationFilter.Builder,ProductInformationFilter>,SdkPojo
- Enclosing class:
- ProductInformationFilter
public static interface ProductInformationFilter.Builder extends SdkPojo, CopyableBuilder<ProductInformationFilter.Builder,ProductInformationFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProductInformationFilter.BuilderproductInformationFilterComparator(String productInformationFilterComparator)Logical operator.ProductInformationFilter.BuilderproductInformationFilterName(String productInformationFilterName)Filter name.ProductInformationFilter.BuilderproductInformationFilterValue(String... productInformationFilterValue)Filter value.ProductInformationFilter.BuilderproductInformationFilterValue(Collection<String> productInformationFilterValue)Filter value.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
productInformationFilterName
ProductInformationFilter.Builder productInformationFilterName(String productInformationFilterName)
Filter name.
- Parameters:
productInformationFilterName- Filter name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productInformationFilterValue
ProductInformationFilter.Builder productInformationFilterValue(Collection<String> productInformationFilterValue)
Filter value.
- Parameters:
productInformationFilterValue- Filter value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productInformationFilterValue
ProductInformationFilter.Builder productInformationFilterValue(String... productInformationFilterValue)
Filter value.
- Parameters:
productInformationFilterValue- Filter value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productInformationFilterComparator
ProductInformationFilter.Builder productInformationFilterComparator(String productInformationFilterComparator)
Logical operator.
- Parameters:
productInformationFilterComparator- Logical operator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-