public static interface AttributeValueList.Builder extends SdkPojo, CopyableBuilder<AttributeValueList.Builder,AttributeValueList>
| Modifier and Type | Method and Description |
|---|---|
AttributeValueList.Builder |
integerValues(Collection<Integer> integerValues)
The list of integer values that the filter matches.
|
AttributeValueList.Builder |
integerValues(Integer... integerValues)
The list of integer values that the filter matches.
|
AttributeValueList.Builder |
stringValues(Collection<String> stringValues)
The list of string values that the filter matches.
|
AttributeValueList.Builder |
stringValues(String... stringValues)
The list of string values that the filter matches.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAttributeValueList.Builder integerValues(Collection<Integer> integerValues)
The list of integer values that the filter matches.
integerValues - The list of integer values that the filter matches.AttributeValueList.Builder integerValues(Integer... integerValues)
The list of integer values that the filter matches.
integerValues - The list of integer values that the filter matches.AttributeValueList.Builder stringValues(Collection<String> stringValues)
The list of string values that the filter matches.
stringValues - The list of string values that the filter matches.AttributeValueList.Builder stringValues(String... stringValues)
The list of string values that the filter matches.
stringValues - The list of string values that the filter matches.Copyright © 2023. All rights reserved.