public static interface HierarchyGroupSummary.Builder extends SdkPojo, CopyableBuilder<HierarchyGroupSummary.Builder,HierarchyGroupSummary>
| Modifier and Type | Method and Description |
|---|---|
HierarchyGroupSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the hierarchy group.
|
HierarchyGroupSummary.Builder |
id(String id)
The identifier of the hierarchy group.
|
HierarchyGroupSummary.Builder |
lastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
|
HierarchyGroupSummary.Builder |
lastModifiedTime(Instant lastModifiedTime)
The timestamp when this resource was last modified.
|
HierarchyGroupSummary.Builder |
name(String name)
The name of the hierarchy group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHierarchyGroupSummary.Builder id(String id)
The identifier of the hierarchy group.
id - The identifier of the hierarchy group.HierarchyGroupSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the hierarchy group.
arn - The Amazon Resource Name (ARN) of the hierarchy group.HierarchyGroupSummary.Builder name(String name)
The name of the hierarchy group.
name - The name of the hierarchy group.HierarchyGroupSummary.Builder lastModifiedTime(Instant lastModifiedTime)
The timestamp when this resource was last modified.
lastModifiedTime - The timestamp when this resource was last modified.HierarchyGroupSummary.Builder lastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
lastModifiedRegion - The Amazon Web Services Region where this resource was last modified.Copyright © 2023. All rights reserved.