public static interface SetDimension.Builder extends CopyableBuilder<SetDimension.Builder,SetDimension>
| Modifier and Type | Method and Description |
|---|---|
SetDimension.Builder |
dimensionType(DimensionType dimensionType)
The type of dimension: INCLUSIVE - Endpoints that match the criteria are included in the segment.
|
SetDimension.Builder |
dimensionType(String dimensionType)
The type of dimension: INCLUSIVE - Endpoints that match the criteria are included in the segment.
|
SetDimension.Builder |
values(Collection<String> values)
The criteria values for the segment dimension.
|
SetDimension.Builder |
values(String... values)
The criteria values for the segment dimension.
|
copyapply, buildSetDimension.Builder dimensionType(String dimensionType)
dimensionType - The type of dimension: INCLUSIVE - Endpoints that match the criteria are included in the segment.
EXCLUSIVE - Endpoints that match the criteria are excluded from the segment.DimensionType,
DimensionTypeSetDimension.Builder dimensionType(DimensionType dimensionType)
dimensionType - The type of dimension: INCLUSIVE - Endpoints that match the criteria are included in the segment.
EXCLUSIVE - Endpoints that match the criteria are excluded from the segment.DimensionType,
DimensionTypeSetDimension.Builder values(Collection<String> values)
values - The criteria values for the segment dimension. Endpoints with matching attribute values are included
or excluded from the segment, depending on the setting for Type.SetDimension.Builder values(String... values)
values - The criteria values for the segment dimension. Endpoints with matching attribute values are included
or excluded from the segment, depending on the setting for Type.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.