Interface CfnSegmentDefinitionPropsMixin.ConditionOverridesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSegmentDefinitionPropsMixin.ConditionOverridesProperty.Jsii$Proxy
- Enclosing class:
CfnSegmentDefinitionPropsMixin
@Stability(Stable)
public static interface CfnSegmentDefinitionPropsMixin.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.cfnpropertymixins.services.customerprofiles.*;
ConditionOverridesProperty conditionOverridesProperty = ConditionOverridesProperty.builder()
.range(RangeOverrideProperty.builder()
.end(123)
.start(123)
.unit("unit")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnSegmentDefinitionPropsMixin.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
IResolvableorCfnSegmentDefinitionPropsMixin.RangeOverrideProperty- See Also:
-
builder
@Stability(Stable) static CfnSegmentDefinitionPropsMixin.ConditionOverridesProperty.Builder builder()
-