Interface CfnSegmentDefinition.ConditionOverridesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSegmentDefinition.ConditionOverridesProperty.Jsii$Proxy
- Enclosing class:
CfnSegmentDefinition
@Stability(Stable)
public static interface CfnSegmentDefinition.ConditionOverridesProperty
extends software.amazon.jsii.JsiiSerializable
An object to override the original condition block of a 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.services.customerprofiles.*;
ConditionOverridesProperty conditionOverridesProperty = ConditionOverridesProperty.builder()
.range(RangeOverrideProperty.builder()
.start(123)
.unit("unit")
// the properties below are optional
.end(123)
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSegmentDefinition.ConditionOverridesPropertystatic final classAn implementation forCfnSegmentDefinition.ConditionOverridesProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRange
The relative time period over which data is included in the aggregation for this override.Returns union: either
IResolvableorCfnSegmentDefinition.RangeOverrideProperty- See Also:
-
builder
-