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