Interface CfnSegmentDefinitionPropsMixin.DateDimensionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSegmentDefinitionPropsMixin.DateDimensionProperty.Jsii$Proxy
- Enclosing class:
CfnSegmentDefinitionPropsMixin
@Stability(Stable)
public static interface CfnSegmentDefinitionPropsMixin.DateDimensionProperty
extends software.amazon.jsii.JsiiSerializable
Object that segments on various Customer Profile's date fields.
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.*;
DateDimensionProperty dateDimensionProperty = DateDimensionProperty.builder()
.dimensionType("dimensionType")
.values(List.of("values"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSegmentDefinitionPropsMixin.DateDimensionPropertystatic final classAn implementation forCfnSegmentDefinitionPropsMixin.DateDimensionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDimensionType
The action to segment on.- See Also:
-
getValues
The values to apply the DimensionType on.- See Also:
-
builder
-