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