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