public static interface AssociateTrafficDistributionGroupUserRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<AssociateTrafficDistributionGroupUserRequest.Builder,AssociateTrafficDistributionGroupUserRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateTrafficDistributionGroupUserRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
AssociateTrafficDistributionGroupUserRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateTrafficDistributionGroupUserRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateTrafficDistributionGroupUserRequest.Builder |
trafficDistributionGroupId(String trafficDistributionGroupId)
The identifier of the traffic distribution group.
|
AssociateTrafficDistributionGroupUserRequest.Builder |
userId(String userId)
The identifier of the user account.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateTrafficDistributionGroupUserRequest.Builder trafficDistributionGroupId(String trafficDistributionGroupId)
The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.
trafficDistributionGroupId - The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being
called in the Region where the traffic distribution group was created. The ARN must be provided if the
call is from the replicated Region.AssociateTrafficDistributionGroupUserRequest.Builder userId(String userId)
The identifier of the user account. This can be the ID or the ARN of the user.
userId - The identifier of the user account. This can be the ID or the ARN of the user.AssociateTrafficDistributionGroupUserRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.AssociateTrafficDistributionGroupUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateTrafficDistributionGroupUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.