Class CfnUserHierarchyStructurePropsMixin.LevelThreeProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnUserHierarchyStructurePropsMixin.LevelThreeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserHierarchyStructurePropsMixin.LevelThreeProperty>
- Enclosing interface:
CfnUserHierarchyStructurePropsMixin.LevelThreeProperty
@Stability(Stable)
public static final class CfnUserHierarchyStructurePropsMixin.LevelThreeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserHierarchyStructurePropsMixin.LevelThreeProperty>
A builder for
CfnUserHierarchyStructurePropsMixin.LevelThreeProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.hierarchyLevelArn(String hierarchyLevelArn) hierarchyLevelId(String hierarchyLevelId) Sets the value ofCfnUserHierarchyStructurePropsMixin.LevelThreeProperty.getName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
hierarchyLevelArn
@Stability(Stable) public CfnUserHierarchyStructurePropsMixin.LevelThreeProperty.Builder hierarchyLevelArn(String hierarchyLevelArn) - Parameters:
hierarchyLevelArn- The Amazon Resource Name (ARN) of the hierarchy level.- Returns:
this
-
hierarchyLevelId
@Stability(Stable) public CfnUserHierarchyStructurePropsMixin.LevelThreeProperty.Builder hierarchyLevelId(String hierarchyLevelId) - Parameters:
hierarchyLevelId- The identifier of the hierarchy level.- Returns:
this
-
name
@Stability(Stable) public CfnUserHierarchyStructurePropsMixin.LevelThreeProperty.Builder name(String name) Sets the value ofCfnUserHierarchyStructurePropsMixin.LevelThreeProperty.getName()- Parameters:
name- The name of the hierarchy level.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnUserHierarchyStructurePropsMixin.LevelThreeProperty>- Returns:
- a new instance of
CfnUserHierarchyStructurePropsMixin.LevelThreeProperty - Throws:
NullPointerException- if any required attribute was not provided
-