Interface CfnDomain.ReadinessProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDomain.ReadinessProperty.Jsii$Proxy
- Enclosing class:
CfnDomain
@Stability(Stable)
public static interface CfnDomain.ReadinessProperty
extends software.amazon.jsii.JsiiSerializable
Progress information for data store setup.
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.*;
ReadinessProperty readinessProperty = ReadinessProperty.builder()
.message("message")
.progressPercentage(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDomain.ReadinessPropertystatic final classAn implementation forCfnDomain.ReadinessProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMessage
A message describing the current progress.- See Also:
-
getProgressPercentage
The percentage of progress completed.- See Also:
-
builder
-