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