public static interface CreateTrafficDistributionGroupRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateTrafficDistributionGroupRequest.Builder,CreateTrafficDistributionGroupRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateTrafficDistributionGroupRequest.Builder name(String name)
The name for the traffic distribution group.
name - The name for the traffic distribution group.CreateTrafficDistributionGroupRequest.Builder description(String description)
A description for the traffic distribution group.
description - A description for the traffic distribution group.CreateTrafficDistributionGroupRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance that has been replicated. You can find the
instanceId in the ARN of the instance.
instanceId - The identifier of the Amazon Connect instance that has been replicated. You can find the
instanceId in the ARN of the instance.CreateTrafficDistributionGroupRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not
provided, the Amazon Web Services SDK populates this field. For more information about idempotency,
see Making
retries safe with idempotent APIs.CreateTrafficDistributionGroupRequest.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
tags - The tags used to organize, track, or control access for this resource. For example, { "tags":
{"key1":"value1", "key2":"value2"} }.CreateTrafficDistributionGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateTrafficDistributionGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.