public static interface CreateUserHierarchyGroupRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateUserHierarchyGroupRequest.Builder,CreateUserHierarchyGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateUserHierarchyGroupRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
CreateUserHierarchyGroupRequest.Builder |
name(String name)
The name of the user hierarchy group.
|
CreateUserHierarchyGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateUserHierarchyGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateUserHierarchyGroupRequest.Builder |
parentGroupId(String parentGroupId)
The identifier for the parent hierarchy group.
|
CreateUserHierarchyGroupRequest.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateUserHierarchyGroupRequest.Builder name(String name)
The name of the user hierarchy group. Must not be more than 100 characters.
name - The name of the user hierarchy group. Must not be more than 100 characters.CreateUserHierarchyGroupRequest.Builder parentGroupId(String parentGroupId)
The identifier for the parent hierarchy group. The user hierarchy is created at level one if the parent group ID is null.
parentGroupId - The identifier for the parent hierarchy group. The user hierarchy is created at level one if the
parent group ID is null.CreateUserHierarchyGroupRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.CreateUserHierarchyGroupRequest.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
tags - The tags used to organize, track, or control access for this resource.CreateUserHierarchyGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateUserHierarchyGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.