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