@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 - `AWS::Connect::UserHierarchyGroup.InstanceArn`. This parameter is required.this@Stability(value=Stable) public CfnUserHierarchyGroupProps.Builder name(String name)
CfnUserHierarchyGroupProps.getName()name - `AWS::Connect::UserHierarchyGroup.Name`. This parameter is required.this@Stability(value=Stable) public CfnUserHierarchyGroupProps.Builder parentGroupArn(String parentGroupArn)
CfnUserHierarchyGroupProps.getParentGroupArn()parentGroupArn - `AWS::Connect::UserHierarchyGroup.ParentGroupArn`.this@Stability(value=Stable) public CfnUserHierarchyGroupProps build()
build in interface software.amazon.jsii.Builder<CfnUserHierarchyGroupProps>CfnUserHierarchyGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.