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