Class RuleAction
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.RuleAction
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RuleAction.Builder,RuleAction>
@Generated("software.amazon.awssdk:codegen") public final class RuleAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RuleAction.Builder,RuleAction>
Information about the action to be performed when a rule is triggered.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRuleAction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionTypeactionType()The type of action that creates a rule.StringactionTypeAsString()The type of action that creates a rule.AssignContactCategoryActionDefinitionassignContactCategoryAction()Information about the contact category action.static RuleAction.Builderbuilder()CreateCaseActionDefinitioncreateCaseAction()Information about the create case action.EndAssociatedTasksActionDefinitionendAssociatedTasksAction()Information about the end associated tasks action.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)EventBridgeActionDefinitioneventBridgeAction()Information about the EventBridge action.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()SendNotificationActionDefinitionsendNotificationAction()Information about the send notification action.static Class<? extends RuleAction.Builder>serializableBuilderClass()SubmitAutoEvaluationActionDefinitionsubmitAutoEvaluationAction()Information about the submit automated evaluation action.TaskActionDefinitiontaskAction()Information about the task action.RuleAction.BuildertoBuilder()StringtoString()Returns a string representation of this object.UpdateCaseActionDefinitionupdateCaseAction()Information about the update case action.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
actionType
public final ActionType actionType()
The type of action that creates a rule.
If the service returns an enum value that is not available in the current SDK version,
actionTypewill returnActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromactionTypeAsString().- Returns:
- The type of action that creates a rule.
- See Also:
ActionType
-
actionTypeAsString
public final String actionTypeAsString()
The type of action that creates a rule.
If the service returns an enum value that is not available in the current SDK version,
actionTypewill returnActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromactionTypeAsString().- Returns:
- The type of action that creates a rule.
- See Also:
ActionType
-
taskAction
public final TaskActionDefinition taskAction()
Information about the task action. This field is required if
TriggerEventSourceis one of the following values:OnZendeskTicketCreate|OnZendeskTicketStatusUpdate|OnSalesforceCaseCreate- Returns:
- Information about the task action. This field is required if
TriggerEventSourceis one of the following values:OnZendeskTicketCreate|OnZendeskTicketStatusUpdate|OnSalesforceCaseCreate
-
eventBridgeAction
public final EventBridgeActionDefinition eventBridgeAction()
Information about the EventBridge action.
Supported only for
TriggerEventSourcevalues:OnPostCallAnalysisAvailable|OnRealTimeCallAnalysisAvailable|OnRealTimeChatAnalysisAvailable|OnPostChatAnalysisAvailable|OnContactEvaluationSubmit|OnMetricDataUpdate- Returns:
- Information about the EventBridge action.
Supported only for
TriggerEventSourcevalues:OnPostCallAnalysisAvailable|OnRealTimeCallAnalysisAvailable|OnRealTimeChatAnalysisAvailable|OnPostChatAnalysisAvailable|OnContactEvaluationSubmit|OnMetricDataUpdate
-
assignContactCategoryAction
public final AssignContactCategoryActionDefinition assignContactCategoryAction()
Information about the contact category action.
Supported only for
TriggerEventSourcevalues:OnPostCallAnalysisAvailable|OnRealTimeCallAnalysisAvailable|OnRealTimeChatAnalysisAvailable|OnPostChatAnalysisAvailable|OnZendeskTicketCreate|OnZendeskTicketStatusUpdate|OnSalesforceCaseCreate- Returns:
- Information about the contact category action.
Supported only for
TriggerEventSourcevalues:OnPostCallAnalysisAvailable|OnRealTimeCallAnalysisAvailable|OnRealTimeChatAnalysisAvailable|OnPostChatAnalysisAvailable|OnZendeskTicketCreate|OnZendeskTicketStatusUpdate|OnSalesforceCaseCreate
-
sendNotificationAction
public final SendNotificationActionDefinition sendNotificationAction()
Information about the send notification action.
Supported only for
TriggerEventSourcevalues:OnPostCallAnalysisAvailable|OnRealTimeCallAnalysisAvailable|OnRealTimeChatAnalysisAvailable|OnPostChatAnalysisAvailable|OnContactEvaluationSubmit|OnMetricDataUpdate- Returns:
- Information about the send notification action.
Supported only for
TriggerEventSourcevalues:OnPostCallAnalysisAvailable|OnRealTimeCallAnalysisAvailable|OnRealTimeChatAnalysisAvailable|OnPostChatAnalysisAvailable|OnContactEvaluationSubmit|OnMetricDataUpdate
-
createCaseAction
public final CreateCaseActionDefinition createCaseAction()
Information about the create case action.
Supported only for
TriggerEventSourcevalues:OnPostCallAnalysisAvailable|OnPostChatAnalysisAvailable.- Returns:
- Information about the create case action.
Supported only for
TriggerEventSourcevalues:OnPostCallAnalysisAvailable|OnPostChatAnalysisAvailable.
-
updateCaseAction
public final UpdateCaseActionDefinition updateCaseAction()
Information about the update case action.
Supported only for
TriggerEventSourcevalues:OnCaseCreate|OnCaseUpdate.- Returns:
- Information about the update case action.
Supported only for
TriggerEventSourcevalues:OnCaseCreate|OnCaseUpdate.
-
endAssociatedTasksAction
public final EndAssociatedTasksActionDefinition endAssociatedTasksAction()
Information about the end associated tasks action.
Supported only for
TriggerEventSourcevalues:OnCaseUpdate.- Returns:
- Information about the end associated tasks action.
Supported only for
TriggerEventSourcevalues:OnCaseUpdate.
-
submitAutoEvaluationAction
public final SubmitAutoEvaluationActionDefinition submitAutoEvaluationAction()
Information about the submit automated evaluation action.
- Returns:
- Information about the submit automated evaluation action.
-
toBuilder
public RuleAction.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RuleAction.Builder,RuleAction>
-
builder
public static RuleAction.Builder builder()
-
serializableBuilderClass
public static Class<? extends RuleAction.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-