Interface SendAction.Builder

  • Method Details

    • actionFailurePolicy

      SendAction.Builder actionFailurePolicy(String actionFailurePolicy)

      A policy that states what to do in the case of failure. The action will fail if there are configuration errors. For example, the caller does not have the permissions to call the sendRawEmail API.

      Parameters:
      actionFailurePolicy - A policy that states what to do in the case of failure. The action will fail if there are configuration errors. For example, the caller does not have the permissions to call the sendRawEmail API.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • actionFailurePolicy

      SendAction.Builder actionFailurePolicy(ActionFailurePolicy actionFailurePolicy)

      A policy that states what to do in the case of failure. The action will fail if there are configuration errors. For example, the caller does not have the permissions to call the sendRawEmail API.

      Parameters:
      actionFailurePolicy - A policy that states what to do in the case of failure. The action will fail if there are configuration errors. For example, the caller does not have the permissions to call the sendRawEmail API.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • roleArn

      SendAction.Builder roleArn(String roleArn)

      The Amazon Resource Name (ARN) of the role to use for this action. This role must have access to the ses:SendRawEmail API.

      Parameters:
      roleArn - The Amazon Resource Name (ARN) of the role to use for this action. This role must have access to the ses:SendRawEmail API.
      Returns:
      Returns a reference to this object so that method calls can be chained together.