Interface UpdateQueueOutboundCallerConfigRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<UpdateQueueOutboundCallerConfigRequest.Builder,UpdateQueueOutboundCallerConfigRequest>,SdkBuilder<UpdateQueueOutboundCallerConfigRequest.Builder,UpdateQueueOutboundCallerConfigRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateQueueOutboundCallerConfigRequest
public static interface UpdateQueueOutboundCallerConfigRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateQueueOutboundCallerConfigRequest.Builder,UpdateQueueOutboundCallerConfigRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateQueueOutboundCallerConfigRequest.BuilderinstanceId(String instanceId)The identifier of the Amazon Connect instance.default UpdateQueueOutboundCallerConfigRequest.BuilderoutboundCallerConfig(Consumer<OutboundCallerConfig.Builder> outboundCallerConfig)The outbound caller ID name, number, and outbound whisper flow.UpdateQueueOutboundCallerConfigRequest.BuilderoutboundCallerConfig(OutboundCallerConfig outboundCallerConfig)The outbound caller ID name, number, and outbound whisper flow.UpdateQueueOutboundCallerConfigRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateQueueOutboundCallerConfigRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateQueueOutboundCallerConfigRequest.BuilderqueueId(String queueId)The identifier for the queue.-
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
UpdateQueueOutboundCallerConfigRequest.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.
-
queueId
UpdateQueueOutboundCallerConfigRequest.Builder queueId(String queueId)
The identifier for the queue.
- Parameters:
queueId- The identifier for the queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outboundCallerConfig
UpdateQueueOutboundCallerConfigRequest.Builder outboundCallerConfig(OutboundCallerConfig outboundCallerConfig)
The outbound caller ID name, number, and outbound whisper flow.
- Parameters:
outboundCallerConfig- The outbound caller ID name, number, and outbound whisper flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outboundCallerConfig
default UpdateQueueOutboundCallerConfigRequest.Builder outboundCallerConfig(Consumer<OutboundCallerConfig.Builder> outboundCallerConfig)
The outbound caller ID name, number, and outbound whisper flow.
This is a convenience method that creates an instance of theOutboundCallerConfig.Builderavoiding the need to create one manually viaOutboundCallerConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooutboundCallerConfig(OutboundCallerConfig).- Parameters:
outboundCallerConfig- a consumer that will call methods onOutboundCallerConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
outboundCallerConfig(OutboundCallerConfig)
-
overrideConfiguration
UpdateQueueOutboundCallerConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateQueueOutboundCallerConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-