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