Interface CfnSegmentDefinitionPropsMixin.AttributeDimensionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSegmentDefinitionPropsMixin.AttributeDimensionProperty.Jsii$Proxy
- Enclosing class:
CfnSegmentDefinitionPropsMixin
@Stability(Stable)
public static interface CfnSegmentDefinitionPropsMixin.AttributeDimensionProperty
extends software.amazon.jsii.JsiiSerializable
Object that defines how to filter the incoming objects for the calculated attribute.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.customerprofiles.*;
AttributeDimensionProperty attributeDimensionProperty = AttributeDimensionProperty.builder()
.dimensionType("dimensionType")
.values(List.of("values"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnSegmentDefinitionPropsMixin.AttributeDimensionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDimensionType
The action to segment with.- See Also:
-
getValues
The values to apply the DimensionType on.- See Also:
-
builder
@Stability(Stable) static CfnSegmentDefinitionPropsMixin.AttributeDimensionProperty.Builder builder()
-