Class ConnectQueueOutboundCallerConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.connect_queue.ConnectQueueOutboundCallerConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ConnectQueueOutboundCallerConfig>
- Enclosing interface:
- ConnectQueueOutboundCallerConfig
@Stability(Stable) public static final class ConnectQueueOutboundCallerConfig.Builder extends Object implements software.amazon.jsii.Builder<ConnectQueueOutboundCallerConfig>
A builder forConnectQueueOutboundCallerConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectQueueOutboundCallerConfigbuild()Builds the configured instance.ConnectQueueOutboundCallerConfig.BuilderoutboundCallerIdName(String outboundCallerIdName)Sets the value ofConnectQueueOutboundCallerConfig.getOutboundCallerIdName()ConnectQueueOutboundCallerConfig.BuilderoutboundCallerIdNumberId(String outboundCallerIdNumberId)Sets the value ofConnectQueueOutboundCallerConfig.getOutboundCallerIdNumberId()ConnectQueueOutboundCallerConfig.BuilderoutboundFlowId(String outboundFlowId)Sets the value ofConnectQueueOutboundCallerConfig.getOutboundFlowId()
-
-
-
Method Detail
-
outboundCallerIdName
@Stability(Stable) public ConnectQueueOutboundCallerConfig.Builder outboundCallerIdName(String outboundCallerIdName)
Sets the value ofConnectQueueOutboundCallerConfig.getOutboundCallerIdName()- Parameters:
outboundCallerIdName- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_queue#outbound_caller_id_name ConnectQueue#outbound_caller_id_name}.- Returns:
this
-
outboundCallerIdNumberId
@Stability(Stable) public ConnectQueueOutboundCallerConfig.Builder outboundCallerIdNumberId(String outboundCallerIdNumberId)
Sets the value ofConnectQueueOutboundCallerConfig.getOutboundCallerIdNumberId()- Parameters:
outboundCallerIdNumberId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_queue#outbound_caller_id_number_id ConnectQueue#outbound_caller_id_number_id}.- Returns:
this
-
outboundFlowId
@Stability(Stable) public ConnectQueueOutboundCallerConfig.Builder outboundFlowId(String outboundFlowId)
Sets the value ofConnectQueueOutboundCallerConfig.getOutboundFlowId()- Parameters:
outboundFlowId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_queue#outbound_flow_id ConnectQueue#outbound_flow_id}.- Returns:
this
-
build
@Stability(Stable) public ConnectQueueOutboundCallerConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ConnectQueueOutboundCallerConfig>- Returns:
- a new instance of
ConnectQueueOutboundCallerConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-