Interface CfnUserHierarchyStructure.LevelFourProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUserHierarchyStructure.LevelFourProperty.Jsii$Proxy
- Enclosing class:
CfnUserHierarchyStructure
@Stability(Stable)
public static interface CfnUserHierarchyStructure.LevelFourProperty
extends software.amazon.jsii.JsiiSerializable
The update for level four.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.connect.*; LevelFourProperty levelFourProperty = LevelFourProperty.builder() .name("name") // the properties below are optional .hierarchyLevelArn("hierarchyLevelArn") .hierarchyLevelId("hierarchyLevelId") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnUserHierarchyStructure.LevelFourProperty
static final class
An implementation forCfnUserHierarchyStructure.LevelFourProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the hierarchy level.- See Also:
-
getHierarchyLevelArn
The Amazon Resource Name (ARN) of the hierarchy level.- See Also:
-
getHierarchyLevelId
The identifier of the hierarchy level.- See Also:
-
builder
-