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