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