Uses of Class
software.amazon.awscdk.services.customerprofiles.CfnCalculatedAttributeDefinition.RangeProperty.Builder
Packages that use CfnCalculatedAttributeDefinition.RangeProperty.Builder
Package
Description
AWS::CustomerProfiles Construct Library
-
Uses of CfnCalculatedAttributeDefinition.RangeProperty.Builder in software.amazon.awscdk.services.customerprofiles
Methods in software.amazon.awscdk.services.customerprofiles that return CfnCalculatedAttributeDefinition.RangeProperty.BuilderModifier and TypeMethodDescriptionCfnCalculatedAttributeDefinition.RangeProperty.builder()
CfnCalculatedAttributeDefinition.RangeProperty.Builder.timestampFormat
(String timestampFormat) Sets the value ofCfnCalculatedAttributeDefinition.RangeProperty.getTimestampFormat()
CfnCalculatedAttributeDefinition.RangeProperty.Builder.timestampSource
(String timestampSource) Sets the value ofCfnCalculatedAttributeDefinition.RangeProperty.getTimestampSource()
Sets the value ofCfnCalculatedAttributeDefinition.RangeProperty.getUnit()
Sets the value ofCfnCalculatedAttributeDefinition.RangeProperty.getValue()
CfnCalculatedAttributeDefinition.RangeProperty.Builder.valueRange
(IResolvable valueRange) Sets the value ofCfnCalculatedAttributeDefinition.RangeProperty.getValueRange()
CfnCalculatedAttributeDefinition.RangeProperty.Builder.valueRange
(CfnCalculatedAttributeDefinition.ValueRangeProperty valueRange) Sets the value ofCfnCalculatedAttributeDefinition.RangeProperty.getValueRange()
Constructors in software.amazon.awscdk.services.customerprofiles with parameters of type CfnCalculatedAttributeDefinition.RangeProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCalculatedAttributeDefinition.RangeProperty.Builder
.