Interface UpdateRuleRequest.Builder

    • Method Detail

      • ruleId

        UpdateRuleRequest.Builder ruleId​(String ruleId)

        A unique identifier for the rule.

        Parameters:
        ruleId - A unique identifier for the rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceId

        UpdateRuleRequest.Builder instanceId​(String instanceId)

        The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

        Parameters:
        instanceId - The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        UpdateRuleRequest.Builder name​(String name)

        The name of the rule. You can change the name only if TriggerEventSource is one of the following values: OnZendeskTicketCreate | OnZendeskTicketStatusUpdate | OnSalesforceCaseCreate

        Parameters:
        name - The name of the rule. You can change the name only if TriggerEventSource is one of the following values: OnZendeskTicketCreate | OnZendeskTicketStatusUpdate | OnSalesforceCaseCreate
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • function

        UpdateRuleRequest.Builder function​(String function)

        The conditions of the rule.

        Parameters:
        function - The conditions of the rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • actions

        UpdateRuleRequest.Builder actions​(Collection<RuleAction> actions)

        A list of actions to be run when the rule is triggered.

        Parameters:
        actions - A list of actions to be run when the rule is triggered.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • actions

        UpdateRuleRequest.Builder actions​(RuleAction... actions)

        A list of actions to be run when the rule is triggered.

        Parameters:
        actions - A list of actions to be run when the rule is triggered.
        Returns:
        Returns a reference to this object so that method calls can be chained together.