@Stability(value=Stable) public static final class CfnSegment.AttributeDimensionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnSegment.AttributeDimensionProperty>
CfnSegment.AttributeDimensionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSegment.AttributeDimensionProperty.Builder |
attributeType(String attributeType)
Sets the value of
CfnSegment.AttributeDimensionProperty.getAttributeType() |
CfnSegment.AttributeDimensionProperty |
build()
Builds the configured instance.
|
CfnSegment.AttributeDimensionProperty.Builder |
values(List<String> values)
Sets the value of
CfnSegment.AttributeDimensionProperty.getValues() |
@Stability(value=Stable) public CfnSegment.AttributeDimensionProperty.Builder attributeType(String attributeType)
CfnSegment.AttributeDimensionProperty.getAttributeType()attributeType - The type of segment dimension to use. Valid values are:.
INCLUSIVE – endpoints that have attributes matching the values are included in the segment.EXCLUSIVE – endpoints that have attributes matching the values are excluded from the segment.CONTAINS – endpoints that have attributes' substrings match the values are included in the segment.BEFORE – endpoints with attributes read as ISO_INSTANT datetimes before the value are included in the segment.AFTER – endpoints with attributes read as ISO_INSTANT datetimes after the value are included in the segment.BETWEEN – endpoints with attributes read as ISO_INSTANT datetimes between the values are included in the segment.ON – endpoints with attributes read as ISO_INSTANT dates on the value are included in the segment. Time is ignored in this comparison.this@Stability(value=Stable) public CfnSegment.AttributeDimensionProperty.Builder values(List<String> values)
CfnSegment.AttributeDimensionProperty.getValues()values - The criteria values to use for the segment dimension.
Depending on the value of the AttributeType property, endpoints are included or excluded from the segment if their attribute values match the criteria values.this@Stability(value=Stable) public CfnSegment.AttributeDimensionProperty build()
build in interface software.amazon.jsii.Builder<CfnSegment.AttributeDimensionProperty>CfnSegment.AttributeDimensionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.