Interface ContainerProductTitleFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ContainerProductTitleFilter.Builder,ContainerProductTitleFilter>,SdkBuilder<ContainerProductTitleFilter.Builder,ContainerProductTitleFilter>,SdkPojo
- Enclosing class:
- ContainerProductTitleFilter
public static interface ContainerProductTitleFilter.Builder extends SdkPojo, CopyableBuilder<ContainerProductTitleFilter.Builder,ContainerProductTitleFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContainerProductTitleFilter.BuildervalueList(String... valueList)A string array of unique product title values to be filtered on.ContainerProductTitleFilter.BuildervalueList(Collection<String> valueList)A string array of unique product title values to be filtered on.ContainerProductTitleFilter.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
ContainerProductTitleFilter.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
ContainerProductTitleFilter.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
ContainerProductTitleFilter.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.
-
-