Class CfnQueuePropsMixin.OutboundCallerConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnQueuePropsMixin.OutboundCallerConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnQueuePropsMixin.OutboundCallerConfigProperty>
- Enclosing interface:
CfnQueuePropsMixin.OutboundCallerConfigProperty
@Stability(Stable)
public static final class CfnQueuePropsMixin.OutboundCallerConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnQueuePropsMixin.OutboundCallerConfigProperty>
A builder for
CfnQueuePropsMixin.OutboundCallerConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.outboundCallerIdName(String outboundCallerIdName) outboundCallerIdNumberArn(String outboundCallerIdNumberArn) outboundFlowArn(String outboundFlowArn) Sets the value ofCfnQueuePropsMixin.OutboundCallerConfigProperty.getOutboundFlowArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
outboundCallerIdName
@Stability(Stable) public CfnQueuePropsMixin.OutboundCallerConfigProperty.Builder outboundCallerIdName(String outboundCallerIdName) - Parameters:
outboundCallerIdName- The caller ID name.- Returns:
this
-
outboundCallerIdNumberArn
@Stability(Stable) public CfnQueuePropsMixin.OutboundCallerConfigProperty.Builder outboundCallerIdNumberArn(String outboundCallerIdNumberArn) - Parameters:
outboundCallerIdNumberArn- The Amazon Resource Name (ARN) of the outbound caller ID number.Only use the phone number ARN format that doesn't contain
instancein the path, for example,arn:aws:connect:us-east-1:1234567890:phone-number/uuid. This is the same ARN format that is returned when you create a phone number using CloudFormation , or when you call the ListPhoneNumbersV2 API.- Returns:
this
-
outboundFlowArn
@Stability(Stable) public CfnQueuePropsMixin.OutboundCallerConfigProperty.Builder outboundFlowArn(String outboundFlowArn) Sets the value ofCfnQueuePropsMixin.OutboundCallerConfigProperty.getOutboundFlowArn()- Parameters:
outboundFlowArn- The Amazon Resource Name (ARN) of the outbound flow.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnQueuePropsMixin.OutboundCallerConfigProperty>- Returns:
- a new instance of
CfnQueuePropsMixin.OutboundCallerConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-