Interface CfnCalculatedAttributeDefinitionPropsMixin.ReadinessProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCalculatedAttributeDefinitionPropsMixin.ReadinessProperty.Jsii$Proxy
- Enclosing class:
CfnCalculatedAttributeDefinitionPropsMixin
@Stability(Stable)
public static interface CfnCalculatedAttributeDefinitionPropsMixin.ReadinessProperty
extends software.amazon.jsii.JsiiSerializable
Information indicating if the Calculated Attribute is ready for use by confirming all historical data has been processed and reflected.
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.*;
ReadinessProperty readinessProperty = ReadinessProperty.builder()
.message("message")
.progressPercentage(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnCalculatedAttributeDefinitionPropsMixin.ReadinessProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMessage
Any customer messaging.- See Also:
-
getProgressPercentage
Approximately how far the Calculated Attribute creation is from completion.- See Also:
-
builder
@Stability(Stable) static CfnCalculatedAttributeDefinitionPropsMixin.ReadinessProperty.Builder builder()
-