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) of the hierarchy group.
|
default HierarchyGroup.Builder |
hierarchyPath(Consumer<HierarchyPath.Builder> hierarchyPath)
Information about the levels in the hierarchy group.
|
HierarchyGroup.Builder |
hierarchyPath(HierarchyPath hierarchyPath)
Information about the levels in the hierarchy group.
|
HierarchyGroup.Builder |
id(String id)
The identifier of the hierarchy group.
|
HierarchyGroup.Builder |
levelId(String levelId)
The identifier of the level in the hierarchy group.
|
HierarchyGroup.Builder |
name(String name)
The name of the hierarchy group.
|
HierarchyGroup.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHierarchyGroup.Builder id(String id)
The identifier of the hierarchy group.
id - The identifier of the hierarchy group.HierarchyGroup.Builder arn(String arn)
The Amazon Resource Name (ARN) of the hierarchy group.
arn - The Amazon Resource Name (ARN) of the hierarchy group.HierarchyGroup.Builder name(String name)
The name of the hierarchy group.
name - The name of the hierarchy group.HierarchyGroup.Builder levelId(String levelId)
The identifier of the level in the hierarchy group.
levelId - The identifier of the level in the hierarchy group.HierarchyGroup.Builder hierarchyPath(HierarchyPath hierarchyPath)
Information about the levels in the hierarchy group.
hierarchyPath - Information about the levels in the hierarchy group.default HierarchyGroup.Builder hierarchyPath(Consumer<HierarchyPath.Builder> hierarchyPath)
Information about the levels in the hierarchy group.
This is a convenience method that creates an instance of theHierarchyPath.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)HierarchyGroup.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
tags - The tags used to organize, track, or control access for this resource. For example, { "tags":
{"key1":"value1", "key2":"value2"} }.Copyright © 2022. All rights reserved.