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