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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectAction.BuilderiamRoleARN(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.ConnectAction.BuilderinstanceARN(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 Detail
-
instanceARN
ConnectAction.Builder instanceARN(String 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
ConnectAction.Builder iamRoleARN(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. This role should have permission to invoke
connect:StartEmailContactfor 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:StartEmailContactfor the given Amazon Connect instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-