public static interface AttributeDimension.Builder extends CopyableBuilder<AttributeDimension.Builder,AttributeDimension>
| Modifier and Type | Method and Description |
|---|---|
AttributeDimension.Builder |
attributeType(AttributeType attributeType)
The type of dimension: INCLUSIVE - Endpoints that match the criteria are included in the segment.
|
AttributeDimension.Builder |
attributeType(String attributeType)
The type of dimension: INCLUSIVE - Endpoints that match the criteria are included in the segment.
|
AttributeDimension.Builder |
values(Collection<String> values)
The criteria values for the segment dimension.
|
AttributeDimension.Builder |
values(String... values)
The criteria values for the segment dimension.
|
copyapply, buildAttributeDimension.Builder attributeType(String attributeType)
attributeType - 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.AttributeType,
AttributeTypeAttributeDimension.Builder attributeType(AttributeType attributeType)
attributeType - 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.AttributeType,
AttributeTypeAttributeDimension.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.AttributeDimension.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.