Class CfnDomain.DataStoreProperty.Builder
java.lang.Object
software.amazon.awscdk.services.customerprofiles.CfnDomain.DataStoreProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomain.DataStoreProperty>
- Enclosing interface:
CfnDomain.DataStoreProperty
@Stability(Stable)
public static final class CfnDomain.DataStoreProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDomain.DataStoreProperty>
A builder for
CfnDomain.DataStoreProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDomain.DataStoreProperty.getEnabled()enabled(IResolvable enabled) Sets the value ofCfnDomain.DataStoreProperty.getEnabled()readiness(IResolvable readiness) Sets the value ofCfnDomain.DataStoreProperty.getReadiness()readiness(CfnDomain.ReadinessProperty readiness) Sets the value ofCfnDomain.DataStoreProperty.getReadiness()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
enabled
Sets the value ofCfnDomain.DataStoreProperty.getEnabled()- Parameters:
enabled- Whether the data store is enabled.- Returns:
this
-
enabled
Sets the value ofCfnDomain.DataStoreProperty.getEnabled()- Parameters:
enabled- Whether the data store is enabled.- Returns:
this
-
readiness
Sets the value ofCfnDomain.DataStoreProperty.getReadiness()- Parameters:
readiness- Progress information for data store setup.- Returns:
this
-
readiness
@Stability(Stable) public CfnDomain.DataStoreProperty.Builder readiness(CfnDomain.ReadinessProperty readiness) Sets the value ofCfnDomain.DataStoreProperty.getReadiness()- Parameters:
readiness- Progress information for data store setup.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDomain.DataStoreProperty>- Returns:
- a new instance of
CfnDomain.DataStoreProperty - Throws:
NullPointerException- if any required attribute was not provided
-