Class CfnDomainUnitPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnDomainUnitPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomainUnitPropsMixin>
- Enclosing class:
CfnDomainUnitPropsMixin
@Stability(Stable)
public static final class CfnDomainUnitPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDomainUnitPropsMixin>
A fluent builder for
CfnDomainUnitPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) The description of the domain unit.domainIdentifier(String domainIdentifier) The ID of the domain where you want to crate a domain unit.The name of the domain unit.parentDomainUnitIdentifier(String parentDomainUnitIdentifier) The ID of the parent domain unit.
-
Method Details
-
create
@Stability(Stable) public static CfnDomainUnitPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnDomainUnitPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnDomainUnitPropsMixin.Builder.
-
description
The description of the domain unit.- Parameters:
description- The description of the domain unit. This parameter is required.- Returns:
this- See Also:
-
domainIdentifier
The ID of the domain where you want to crate a domain unit.- Parameters:
domainIdentifier- The ID of the domain where you want to crate a domain unit. This parameter is required.- Returns:
this- See Also:
-
name
The name of the domain unit.- Parameters:
name- The name of the domain unit. This parameter is required.- Returns:
this- See Also:
-
parentDomainUnitIdentifier
@Stability(Stable) public CfnDomainUnitPropsMixin.Builder parentDomainUnitIdentifier(String parentDomainUnitIdentifier) The ID of the parent domain unit.- Parameters:
parentDomainUnitIdentifier- The ID of the parent domain unit. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDomainUnitPropsMixin>- Returns:
- a newly built instance of
CfnDomainUnitPropsMixin.
-