@Stability(value=Stable) public static final class CfnUserHierarchyGroup.Builder extends Object implements software.amazon.jsii.Builder<CfnUserHierarchyGroup>
CfnUserHierarchyGroup.| Modifier and Type | Method and Description |
|---|---|
CfnUserHierarchyGroup |
build() |
static CfnUserHierarchyGroup.Builder |
create(software.constructs.Construct scope,
String id) |
CfnUserHierarchyGroup.Builder |
instanceArn(String instanceArn)
The Amazon Resource Name (ARN) of the user hierarchy group.
|
CfnUserHierarchyGroup.Builder |
name(String name)
The name of the user hierarchy group.
|
CfnUserHierarchyGroup.Builder |
parentGroupArn(String parentGroupArn)
The Amazon Resource Name (ARN) of the parent group.
|
@Stability(value=Stable) public static CfnUserHierarchyGroup.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnUserHierarchyGroup.Builder.@Stability(value=Stable) public CfnUserHierarchyGroup.Builder instanceArn(String instanceArn)
instanceArn - The Amazon Resource Name (ARN) of the user hierarchy group. This parameter is required.this@Stability(value=Stable) public CfnUserHierarchyGroup.Builder name(String name)
name - The name of the user hierarchy group. This parameter is required.this@Stability(value=Stable) public CfnUserHierarchyGroup.Builder parentGroupArn(String parentGroupArn)
parentGroupArn - The Amazon Resource Name (ARN) of the parent group. This parameter is required.this@Stability(value=Stable) public CfnUserHierarchyGroup build()
build in interface software.amazon.jsii.Builder<CfnUserHierarchyGroup>Copyright © 2022. All rights reserved.