Interface UpdateQueueOutboundEmailConfigRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<UpdateQueueOutboundEmailConfigRequest.Builder,UpdateQueueOutboundEmailConfigRequest>,SdkBuilder<UpdateQueueOutboundEmailConfigRequest.Builder,UpdateQueueOutboundEmailConfigRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateQueueOutboundEmailConfigRequest
public static interface UpdateQueueOutboundEmailConfigRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateQueueOutboundEmailConfigRequest.Builder,UpdateQueueOutboundEmailConfigRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateQueueOutboundEmailConfigRequest.BuilderinstanceId(String instanceId)The identifier of the Amazon Connect instance.default UpdateQueueOutboundEmailConfigRequest.BuilderoutboundEmailConfig(Consumer<OutboundEmailConfig.Builder> outboundEmailConfig)The outbound email address ID for a specified queue.UpdateQueueOutboundEmailConfigRequest.BuilderoutboundEmailConfig(OutboundEmailConfig outboundEmailConfig)The outbound email address ID for a specified queue.UpdateQueueOutboundEmailConfigRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateQueueOutboundEmailConfigRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateQueueOutboundEmailConfigRequest.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
instanceId
UpdateQueueOutboundEmailConfigRequest.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
UpdateQueueOutboundEmailConfigRequest.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.
-
outboundEmailConfig
UpdateQueueOutboundEmailConfigRequest.Builder outboundEmailConfig(OutboundEmailConfig outboundEmailConfig)
The outbound email address ID for a specified queue.
- Parameters:
outboundEmailConfig- The outbound email address ID for a specified queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outboundEmailConfig
default UpdateQueueOutboundEmailConfigRequest.Builder outboundEmailConfig(Consumer<OutboundEmailConfig.Builder> outboundEmailConfig)
The outbound email address ID for a specified queue.
This is a convenience method that creates an instance of theOutboundEmailConfig.Builderavoiding the need to create one manually viaOutboundEmailConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooutboundEmailConfig(OutboundEmailConfig).- Parameters:
outboundEmailConfig- a consumer that will call methods onOutboundEmailConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
outboundEmailConfig(OutboundEmailConfig)
-
overrideConfiguration
UpdateQueueOutboundEmailConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateQueueOutboundEmailConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-