public static interface HierarchyGroup.Builder extends SdkPojo, CopyableBuilder<HierarchyGroup.Builder,HierarchyGroup>
| Modifier and Type | Method and Description |
|---|---|
HierarchyGroup.Builder |
arn(String arn)
The Amazon Resource Name (ARN) for the hierarchy group.
|
default HierarchyGroup.Builder |
hierarchyPath(Consumer<HierarchyPath.Builder> hierarchyPath)
A
HierarchyPath object that contains information about the levels in the hierarchy group. |
HierarchyGroup.Builder |
hierarchyPath(HierarchyPath hierarchyPath)
A
HierarchyPath object that contains information about the levels in the hierarchy group. |
HierarchyGroup.Builder |
id(String id)
The identifier for the hierarchy group.
|
HierarchyGroup.Builder |
levelId(String levelId)
The identifier for the level in the hierarchy group.
|
HierarchyGroup.Builder |
name(String name)
The name of the hierarchy group in your instance.
|
copyapplyMutation, buildHierarchyGroup.Builder id(String id)
The identifier for the hierarchy group.
id - The identifier for the hierarchy group.HierarchyGroup.Builder arn(String arn)
The Amazon Resource Name (ARN) for the hierarchy group.
arn - The Amazon Resource Name (ARN) for the hierarchy group.HierarchyGroup.Builder name(String name)
The name of the hierarchy group in your instance.
name - The name of the hierarchy group in your instance.HierarchyGroup.Builder levelId(String levelId)
The identifier for the level in the hierarchy group.
levelId - The identifier for the level in the hierarchy group.HierarchyGroup.Builder hierarchyPath(HierarchyPath hierarchyPath)
A HierarchyPath object that contains information about the levels in the hierarchy group.
hierarchyPath - A HierarchyPath object that contains information about the levels in the hierarchy group.default HierarchyGroup.Builder hierarchyPath(Consumer<HierarchyPath.Builder> hierarchyPath)
A HierarchyPath object that contains information about the levels in the hierarchy group.
HierarchyPath.Builder avoiding the need to
create one manually via HierarchyPath.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to hierarchyPath(HierarchyPath).hierarchyPath - a consumer that will call methods on HierarchyPath.BuilderhierarchyPath(HierarchyPath)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.