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