| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static HierarchyPath.Builder |
HierarchyPath.builder() |
default HierarchyPath.Builder |
HierarchyPath.Builder.levelFive(Consumer<HierarchyGroupSummary.Builder> levelFive)
A
HierarchyGroupSummary object that contains information about the level of the hierarchy group,
including ARN, Id, and Name. |
HierarchyPath.Builder |
HierarchyPath.Builder.levelFive(HierarchyGroupSummary levelFive)
A
HierarchyGroupSummary object that contains information about the level of the hierarchy group,
including ARN, Id, and Name. |
default HierarchyPath.Builder |
HierarchyPath.Builder.levelFour(Consumer<HierarchyGroupSummary.Builder> levelFour)
A
HierarchyGroupSummary object that contains information about the level of the hierarchy group,
including ARN, Id, and Name. |
HierarchyPath.Builder |
HierarchyPath.Builder.levelFour(HierarchyGroupSummary levelFour)
A
HierarchyGroupSummary object that contains information about the level of the hierarchy group,
including ARN, Id, and Name. |
default HierarchyPath.Builder |
HierarchyPath.Builder.levelOne(Consumer<HierarchyGroupSummary.Builder> levelOne)
A
HierarchyGroupSummary object that contains information about the level of the hierarchy group,
including ARN, Id, and Name. |
HierarchyPath.Builder |
HierarchyPath.Builder.levelOne(HierarchyGroupSummary levelOne)
A
HierarchyGroupSummary object that contains information about the level of the hierarchy group,
including ARN, Id, and Name. |
default HierarchyPath.Builder |
HierarchyPath.Builder.levelThree(Consumer<HierarchyGroupSummary.Builder> levelThree)
A
HierarchyGroupSummary object that contains information about the level of the hierarchy group,
including ARN, Id, and Name. |
HierarchyPath.Builder |
HierarchyPath.Builder.levelThree(HierarchyGroupSummary levelThree)
A
HierarchyGroupSummary object that contains information about the level of the hierarchy group,
including ARN, Id, and Name. |
default HierarchyPath.Builder |
HierarchyPath.Builder.levelTwo(Consumer<HierarchyGroupSummary.Builder> levelTwo)
A
HierarchyGroupSummary object that contains information about the level of the hierarchy group,
including ARN, Id, and Name. |
HierarchyPath.Builder |
HierarchyPath.Builder.levelTwo(HierarchyGroupSummary levelTwo)
A
HierarchyGroupSummary object that contains information about the level of the hierarchy group,
including ARN, Id, and Name. |
HierarchyPath.Builder |
HierarchyPath.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HierarchyPath.Builder> |
HierarchyPath.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HierarchyGroup.Builder |
HierarchyGroup.Builder.hierarchyPath(Consumer<HierarchyPath.Builder> hierarchyPath)
A
HierarchyPath object that contains information about the levels in the hierarchy group. |
Copyright © 2019. All rights reserved.