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