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