Interface OfferProductIdFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OfferProductIdFilter.Builder,OfferProductIdFilter>,SdkBuilder<OfferProductIdFilter.Builder,OfferProductIdFilter>,SdkPojo
- Enclosing class:
- OfferProductIdFilter
public static interface OfferProductIdFilter.Builder extends SdkPojo, CopyableBuilder<OfferProductIdFilter.Builder,OfferProductIdFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OfferProductIdFilter.BuildervalueList(String... valueList)Allows filtering on theProductIdof an offer with list input.OfferProductIdFilter.BuildervalueList(Collection<String> valueList)Allows filtering on theProductIdof an offer with list input.-
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
-
valueList
OfferProductIdFilter.Builder valueList(Collection<String> valueList)
Allows filtering on the
ProductIdof an offer with list input.- Parameters:
valueList- Allows filtering on theProductIdof an offer with list input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
valueList
OfferProductIdFilter.Builder valueList(String... valueList)
Allows filtering on the
ProductIdof an offer with list input.- Parameters:
valueList- Allows filtering on theProductIdof an offer with list input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-