Interface UpdateRoutingProfileNameRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ConnectRequest.Builder
,CopyableBuilder<UpdateRoutingProfileNameRequest.Builder,
,UpdateRoutingProfileNameRequest> SdkBuilder<UpdateRoutingProfileNameRequest.Builder,
,UpdateRoutingProfileNameRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateRoutingProfileNameRequest
@Mutable
@NotThreadSafe
public static interface UpdateRoutingProfileNameRequest.Builder
extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateRoutingProfileNameRequest.Builder,UpdateRoutingProfileNameRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description of the routing profile.instanceId
(String instanceId) The identifier of the Amazon Connect instance.The name of the routing profile.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.routingProfileId
(String routingProfileId) The identifier of the routing profile.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
instanceId
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
- Parameters:
instanceId
- The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingProfileId
The identifier of the routing profile.
- Parameters:
routingProfileId
- The identifier of the routing profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the routing profile. Must not be more than 127 characters.
- Parameters:
name
- The name of the routing profile. Must not be more than 127 characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the routing profile. Must not be more than 250 characters.
- Parameters:
description
- The description of the routing profile. Must not be more than 250 characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateRoutingProfileNameRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateRoutingProfileNameRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-