CopyableBuilder<AttributeDimension.Builder,AttributeDimension>, SdkBuilder<AttributeDimension.Builder,AttributeDimension>public static interface AttributeDimension.Builder extends CopyableBuilder<AttributeDimension.Builder,AttributeDimension>
| Modifier and Type | Method | Description |
|---|---|---|
AttributeDimension.Builder |
attributeType(String attributeType) |
The type of dimension: INCLUSIVE - Endpoints that match the criteria are included in the segment.
|
AttributeDimension.Builder |
attributeType(AttributeType attributeType) |
The type of dimension: INCLUSIVE - Endpoints that match the criteria are included in the segment.
|
AttributeDimension.Builder |
values(String... values) |
The criteria values for the segment dimension.
|
AttributeDimension.Builder |
values(Collection<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.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.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)
NOTE: This method appends the values to the existing list (if any). Use
#setValues(java.util.Collection) or #withValues(java.util.Collection) if you want to override
the existing 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.