| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
HierarchyGroup.Builder |
HierarchyGroup.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the hierarchy group.
|
static HierarchyGroup.Builder |
HierarchyGroup.builder() |
default HierarchyGroup.Builder |
HierarchyGroup.Builder.hierarchyPath(Consumer<HierarchyPath.Builder> hierarchyPath)
Information about the levels in the hierarchy group.
|
HierarchyGroup.Builder |
HierarchyGroup.Builder.hierarchyPath(HierarchyPath hierarchyPath)
Information about the levels in the hierarchy group.
|
HierarchyGroup.Builder |
HierarchyGroup.Builder.id(String id)
The identifier of the hierarchy group.
|
HierarchyGroup.Builder |
HierarchyGroup.Builder.levelId(String levelId)
The identifier of the level in the hierarchy group.
|
HierarchyGroup.Builder |
HierarchyGroup.Builder.name(String name)
The name of the hierarchy group.
|
HierarchyGroup.Builder |
HierarchyGroup.Builder.tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
HierarchyGroup.Builder |
HierarchyGroup.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HierarchyGroup.Builder> |
HierarchyGroup.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeUserHierarchyGroupResponse.Builder |
DescribeUserHierarchyGroupResponse.Builder.hierarchyGroup(Consumer<HierarchyGroup.Builder> hierarchyGroup)
Information about the hierarchy group.
|
Copyright © 2022. All rights reserved.