Class CfnDomainUnitMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnDomainUnitMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomainUnitMixinProps>
- Enclosing interface:
CfnDomainUnitMixinProps
@Stability(Stable)
public static final class CfnDomainUnitMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDomainUnitMixinProps>
A builder for
CfnDomainUnitMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnDomainUnitMixinProps.getDescription()domainIdentifier(String domainIdentifier) Sets the value ofCfnDomainUnitMixinProps.getDomainIdentifier()Sets the value ofCfnDomainUnitMixinProps.getName()parentDomainUnitIdentifier(String parentDomainUnitIdentifier) Sets the value ofCfnDomainUnitMixinProps.getParentDomainUnitIdentifier()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnDomainUnitMixinProps.getDescription()- Parameters:
description- The description of the domain unit.- Returns:
this
-
domainIdentifier
Sets the value ofCfnDomainUnitMixinProps.getDomainIdentifier()- Parameters:
domainIdentifier- The ID of the domain where you want to crate a domain unit.- Returns:
this
-
name
Sets the value ofCfnDomainUnitMixinProps.getName()- Parameters:
name- The name of the domain unit.- Returns:
this
-
parentDomainUnitIdentifier
@Stability(Stable) public CfnDomainUnitMixinProps.Builder parentDomainUnitIdentifier(String parentDomainUnitIdentifier) Sets the value ofCfnDomainUnitMixinProps.getParentDomainUnitIdentifier()- Parameters:
parentDomainUnitIdentifier- The ID of the parent domain unit.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDomainUnitMixinProps>- Returns:
- a new instance of
CfnDomainUnitMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-