Interface CfnSegmentDefinition.ProfileTypeDimensionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSegmentDefinition.ProfileTypeDimensionProperty.Jsii$Proxy
- Enclosing class:
CfnSegmentDefinition
@Stability(Stable)
public static interface CfnSegmentDefinition.ProfileTypeDimensionProperty
extends software.amazon.jsii.JsiiSerializable
Specifies profile type based criteria for a segment.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.customerprofiles.*;
ProfileTypeDimensionProperty profileTypeDimensionProperty = ProfileTypeDimensionProperty.builder()
.dimensionType("dimensionType")
.values(List.of("values"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSegmentDefinition.ProfileTypeDimensionPropertystatic final classAn implementation forCfnSegmentDefinition.ProfileTypeDimensionProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The type of segment dimension to use for a profile type dimension.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDimensionType
The type of segment dimension to use for a profile type dimension.- See Also:
-
getValues
- See Also:
-
builder
-