Interface UpdateRoutingProfileConcurrencyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<UpdateRoutingProfileConcurrencyRequest.Builder,UpdateRoutingProfileConcurrencyRequest>,SdkBuilder<UpdateRoutingProfileConcurrencyRequest.Builder,UpdateRoutingProfileConcurrencyRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateRoutingProfileConcurrencyRequest
public static interface UpdateRoutingProfileConcurrencyRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateRoutingProfileConcurrencyRequest.Builder,UpdateRoutingProfileConcurrencyRequest>
-
-
Method Summary
-
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, sdkFields
-
-
-
-
Method Detail
-
instanceId
UpdateRoutingProfileConcurrencyRequest.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.
- 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
UpdateRoutingProfileConcurrencyRequest.Builder routingProfileId(String 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.
-
mediaConcurrencies
UpdateRoutingProfileConcurrencyRequest.Builder mediaConcurrencies(Collection<MediaConcurrency> mediaConcurrencies)
The channels that agents can handle in the Contact Control Panel (CCP).
- Parameters:
mediaConcurrencies- The channels that agents can handle in the Contact Control Panel (CCP).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mediaConcurrencies
UpdateRoutingProfileConcurrencyRequest.Builder mediaConcurrencies(MediaConcurrency... mediaConcurrencies)
The channels that agents can handle in the Contact Control Panel (CCP).
- Parameters:
mediaConcurrencies- The channels that agents can handle in the Contact Control Panel (CCP).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mediaConcurrencies
UpdateRoutingProfileConcurrencyRequest.Builder mediaConcurrencies(Consumer<MediaConcurrency.Builder>... mediaConcurrencies)
The channels that agents can handle in the Contact Control Panel (CCP).
This is a convenience method that creates an instance of theMediaConcurrency.Builderavoiding the need to create one manually viaMediaConcurrency.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#mediaConcurrencies(List.) - Parameters:
mediaConcurrencies- a consumer that will call methods onMediaConcurrency.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#mediaConcurrencies(java.util.Collection)
-
overrideConfiguration
UpdateRoutingProfileConcurrencyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateRoutingProfileConcurrencyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-