Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.customerprofiles.CfnCalculatedAttributeDefinitionPropsMixin.Builder
Packages that use CfnCalculatedAttributeDefinitionPropsMixin.Builder
-
Uses of CfnCalculatedAttributeDefinitionPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.customerprofiles
Methods in software.amazon.awscdk.cfnpropertymixins.services.customerprofiles that return CfnCalculatedAttributeDefinitionPropsMixin.BuilderModifier and TypeMethodDescriptionCfnCalculatedAttributeDefinitionPropsMixin.Builder.attributeDetails(CfnCalculatedAttributeDefinitionPropsMixin.AttributeDetailsProperty attributeDetails) Mathematical expression and a list of attribute items specified in that expression.CfnCalculatedAttributeDefinitionPropsMixin.Builder.attributeDetails(IResolvable attributeDetails) Mathematical expression and a list of attribute items specified in that expression.CfnCalculatedAttributeDefinitionPropsMixin.Builder.calculatedAttributeName(String calculatedAttributeName) The name of an attribute defined in a profile object type.CfnCalculatedAttributeDefinitionPropsMixin.Builder.conditions(CfnCalculatedAttributeDefinitionPropsMixin.ConditionsProperty conditions) The conditions including range, object count, and threshold for the calculated attribute.CfnCalculatedAttributeDefinitionPropsMixin.Builder.conditions(IResolvable conditions) The conditions including range, object count, and threshold for the calculated attribute.CfnCalculatedAttributeDefinitionPropsMixin.Builder.create()CfnCalculatedAttributeDefinitionPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnCalculatedAttributeDefinitionPropsMixin.Builder.description(String description) The description of the calculated attribute.CfnCalculatedAttributeDefinitionPropsMixin.Builder.displayName(String displayName) The display name of the calculated attribute.CfnCalculatedAttributeDefinitionPropsMixin.Builder.domainName(String domainName) The unique name of the domain.The aggregation operation to perform for the calculated attribute.An array of key-value pairs to apply to this resource.CfnCalculatedAttributeDefinitionPropsMixin.Builder.useHistoricalData(Boolean useHistoricalData) Whether historical data ingested before the Calculated Attribute was created should be included in calculations.CfnCalculatedAttributeDefinitionPropsMixin.Builder.useHistoricalData(IResolvable useHistoricalData) Whether historical data ingested before the Calculated Attribute was created should be included in calculations.