Interface ContainerProductEntityIdFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ContainerProductEntityIdFilter.Builder,ContainerProductEntityIdFilter>,SdkBuilder<ContainerProductEntityIdFilter.Builder,ContainerProductEntityIdFilter>,SdkPojo
- Enclosing class:
- ContainerProductEntityIdFilter
public static interface ContainerProductEntityIdFilter.Builder extends SdkPojo, CopyableBuilder<ContainerProductEntityIdFilter.Builder,ContainerProductEntityIdFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContainerProductEntityIdFilter.BuildervalueList(String... valueList)A string array of unique entity id values to be filtered on.ContainerProductEntityIdFilter.BuildervalueList(Collection<String> valueList)A string array of unique entity id values to be filtered on.-
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
ContainerProductEntityIdFilter.Builder valueList(Collection<String> valueList)
A string array of unique entity id values to be filtered on.
- Parameters:
valueList- A string array of unique entity id values to be filtered on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
valueList
ContainerProductEntityIdFilter.Builder valueList(String... valueList)
A string array of unique entity id values to be filtered on.
- Parameters:
valueList- A string array of unique entity id values to be filtered on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-