Interface AmiProductTitleFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AmiProductTitleFilter.Builder,AmiProductTitleFilter>,SdkBuilder<AmiProductTitleFilter.Builder,AmiProductTitleFilter>,SdkPojo
- Enclosing class:
- AmiProductTitleFilter
public static interface AmiProductTitleFilter.Builder extends SdkPojo, CopyableBuilder<AmiProductTitleFilter.Builder,AmiProductTitleFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AmiProductTitleFilter.BuildervalueList(String... valueList)A string array of unique product title values to be filtered on.AmiProductTitleFilter.BuildervalueList(Collection<String> valueList)A string array of unique product title values to be filtered on.AmiProductTitleFilter.BuilderwildCardValue(String wildCardValue)A string that will be thewildCardinput for product tile filter.-
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
AmiProductTitleFilter.Builder valueList(Collection<String> valueList)
A string array of unique product title values to be filtered on.
- Parameters:
valueList- A string array of unique product title values to be filtered on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
valueList
AmiProductTitleFilter.Builder valueList(String... valueList)
A string array of unique product title values to be filtered on.
- Parameters:
valueList- A string array of unique product title values to be filtered on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
wildCardValue
AmiProductTitleFilter.Builder wildCardValue(String wildCardValue)
A string that will be the
wildCardinput for product tile filter. It matches the provided value as a substring in the actual value.- Parameters:
wildCardValue- A string that will be thewildCardinput for product tile filter. It matches the provided value as a substring in the actual value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-