@Stability(value=Stable) public static final class CfnUserHierarchyGroupProps.Builder extends Object implements software.amazon.jsii.Builder<CfnUserHierarchyGroupProps>
CfnUserHierarchyGroupProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnUserHierarchyGroupProps |
build()
Builds the configured instance.
|
CfnUserHierarchyGroupProps.Builder |
instanceArn(String instanceArn)
Sets the value of
CfnUserHierarchyGroupProps.getInstanceArn() |
CfnUserHierarchyGroupProps.Builder |
name(String name)
Sets the value of
CfnUserHierarchyGroupProps.getName() |
CfnUserHierarchyGroupProps.Builder |
parentGroupArn(String parentGroupArn)
Sets the value of
CfnUserHierarchyGroupProps.getParentGroupArn() |
@Stability(value=Stable) public CfnUserHierarchyGroupProps.Builder instanceArn(String instanceArn)
CfnUserHierarchyGroupProps.getInstanceArn()instanceArn - The Amazon Resource Name (ARN) of the user hierarchy group. This parameter is required.this@Stability(value=Stable) public CfnUserHierarchyGroupProps.Builder name(String name)
CfnUserHierarchyGroupProps.getName()name - The name of the user hierarchy group. This parameter is required.this@Stability(value=Stable) public CfnUserHierarchyGroupProps.Builder parentGroupArn(String parentGroupArn)
CfnUserHierarchyGroupProps.getParentGroupArn()parentGroupArn - The Amazon Resource Name (ARN) of the parent group.this@Stability(value=Stable) public CfnUserHierarchyGroupProps build()
build in interface software.amazon.jsii.Builder<CfnUserHierarchyGroupProps>CfnUserHierarchyGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.