Class CfnDomain.ReadinessProperty.Builder
java.lang.Object
software.amazon.awscdk.services.customerprofiles.CfnDomain.ReadinessProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomain.ReadinessProperty>
- Enclosing interface:
CfnDomain.ReadinessProperty
@Stability(Stable)
public static final class CfnDomain.ReadinessProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDomain.ReadinessProperty>
A builder for
CfnDomain.ReadinessProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDomain.ReadinessProperty.getMessage()progressPercentage(Number progressPercentage) Sets the value ofCfnDomain.ReadinessProperty.getProgressPercentage()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
message
Sets the value ofCfnDomain.ReadinessProperty.getMessage()- Parameters:
message- A message describing the current progress.- Returns:
this
-
progressPercentage
@Stability(Stable) public CfnDomain.ReadinessProperty.Builder progressPercentage(Number progressPercentage) Sets the value ofCfnDomain.ReadinessProperty.getProgressPercentage()- Parameters:
progressPercentage- The percentage of progress completed.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDomain.ReadinessProperty>- Returns:
- a new instance of
CfnDomain.ReadinessProperty - Throws:
NullPointerException- if any required attribute was not provided
-