public static interface UpdateRoutingProfileNameRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateRoutingProfileNameRequest.Builder,UpdateRoutingProfileNameRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateRoutingProfileNameRequest.Builder |
description(String description)
The description of the routing profile.
|
UpdateRoutingProfileNameRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
UpdateRoutingProfileNameRequest.Builder |
name(String name)
The name of the routing profile.
|
UpdateRoutingProfileNameRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateRoutingProfileNameRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateRoutingProfileNameRequest.Builder |
routingProfileId(String routingProfileId)
The identifier of the routing profile.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateRoutingProfileNameRequest.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.UpdateRoutingProfileNameRequest.Builder routingProfileId(String routingProfileId)
The identifier of the routing profile.
routingProfileId - The identifier of the routing profile.UpdateRoutingProfileNameRequest.Builder name(String name)
The name of the routing profile. Must not be more than 127 characters.
name - The name of the routing profile. Must not be more than 127 characters.UpdateRoutingProfileNameRequest.Builder description(String description)
The description of the routing profile. Must not be more than 250 characters.
description - The description of the routing profile. Must not be more than 250 characters.UpdateRoutingProfileNameRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateRoutingProfileNameRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.