Interface ConnectAction.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConnectAction.Builder,
,ConnectAction> SdkBuilder<ConnectAction.Builder,
,ConnectAction> SdkPojo
- Enclosing class:
ConnectAction
@Mutable
@NotThreadSafe
public static interface ConnectAction.Builder
extends SdkPojo, CopyableBuilder<ConnectAction.Builder,ConnectAction>
-
Method Summary
Modifier and TypeMethodDescriptioniamRoleARN
(String iamRoleARN) The Amazon Resource Name (ARN) of the IAM role to be used by Amazon Simple Email Service while starting email contacts to the Amazon Connect instance.instanceARN
(String instanceARN) The Amazon Resource Name (ARN) for the Amazon Connect instance that Amazon SES integrates with for starting email contacts.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 Details
-
instanceARN
The Amazon Resource Name (ARN) for the Amazon Connect instance that Amazon SES integrates with for starting email contacts.
For more information about Amazon Connect instances, see the Amazon Connect Administrator Guide
- Parameters:
instanceARN
- The Amazon Resource Name (ARN) for the Amazon Connect instance that Amazon SES integrates with for starting email contacts.For more information about Amazon Connect instances, see the Amazon Connect Administrator Guide
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iamRoleARN
The Amazon Resource Name (ARN) of the IAM role to be used by Amazon Simple Email Service while starting email contacts to the Amazon Connect instance. This role should have permission to invoke
connect:StartEmailContact
for the given Amazon Connect instance.- Parameters:
iamRoleARN
- The Amazon Resource Name (ARN) of the IAM role to be used by Amazon Simple Email Service while starting email contacts to the Amazon Connect instance. This role should have permission to invokeconnect:StartEmailContact
for the given Amazon Connect instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-