public static interface HierarchyGroupSummary.Builder extends SdkPojo, CopyableBuilder<HierarchyGroupSummary.Builder,HierarchyGroupSummary>
Modifier and Type | Method and Description |
---|---|
HierarchyGroupSummary.Builder |
arn(String arn)
The ARN for the hierarchy group.
|
HierarchyGroupSummary.Builder |
id(String id)
The identifier of the hierarchy group.
|
HierarchyGroupSummary.Builder |
name(String name)
The name of the hierarchy group.
|
copy
applyMutation, build
HierarchyGroupSummary.Builder id(String id)
The identifier of the hierarchy group.
id
- The identifier of the hierarchy group.HierarchyGroupSummary.Builder arn(String arn)
The ARN for the hierarchy group.
arn
- The ARN for the hierarchy group.HierarchyGroupSummary.Builder name(String name)
The name of the hierarchy group.
name
- The name of the hierarchy group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.