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