public static interface DimensionFilter.Builder extends SdkPojo, CopyableBuilder<DimensionFilter.Builder,DimensionFilter>
| Modifier and Type | Method and Description |
|---|---|
DimensionFilter.Builder |
dimensionName(String dimensionName)
The name of the dimension to filter on.
|
DimensionFilter.Builder |
dimensionValueList(Collection<String> dimensionValueList)
The list of values for the dimension specified in DimensionName that you want to filter on.
|
DimensionFilter.Builder |
dimensionValueList(String... dimensionValueList)
The list of values for the dimension specified in DimensionName that you want to filter on.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDimensionFilter.Builder dimensionName(String dimensionName)
The name of the dimension to filter on.
dimensionName - The name of the dimension to filter on.DimensionFilter.Builder dimensionValueList(Collection<String> dimensionValueList)
The list of values for the dimension specified in DimensionName that you want to filter on.
dimensionValueList - The list of values for the dimension specified in DimensionName that you want to filter on.DimensionFilter.Builder dimensionValueList(String... dimensionValueList)
The list of values for the dimension specified in DimensionName that you want to filter on.
dimensionValueList - The list of values for the dimension specified in DimensionName that you want to filter on.Copyright © 2023. All rights reserved.